This commit is contained in:
Mr. Stallion 2021-01-23 11:54:17 -06:00
parent 450dadb486
commit 243782a2a4
1 changed files with 21 additions and 16 deletions
electron

View File

@ -669,7 +669,12 @@
} }
} }
.modal {
.word-definition-viewer { .word-definition-viewer {
max-width: 50rem !important;
width: 50% !important;
min-width: 22rem !important;
.modal-content { .modal-content {
min-height: 75%; min-height: 75%;
} }
@ -688,6 +693,6 @@
padding-bottom: 10px; padding-bottom: 10px;
} }
} }
}
} }
</style> </style>