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

View File

@ -669,25 +669,30 @@
} }
} }
.word-definition-viewer { .modal {
.modal-content { .word-definition-viewer {
min-height: 75%; max-width: 50rem !important;
} width: 50% !important;
min-width: 22rem !important;
.definition-wrapper { .modal-content {
position: absolute; min-height: 75%;
left: 0; }
right: 0;
top: 0;
bottom: 0;
margin-left: 20px;
margin-right: 20px;
webview { .definition-wrapper {
height: 100%; position: absolute;
padding-bottom: 10px; left: 0;
right: 0;
top: 0;
bottom: 0;
margin-left: 20px;
margin-right: 20px;
webview {
height: 100%;
padding-bottom: 10px;
}
} }
} }
} }
</style> </style>