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-content {
min-height: 75%;
}
.modal {
.word-definition-viewer {
max-width: 50rem !important;
width: 50% !important;
min-width: 22rem !important;
.definition-wrapper {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin-left: 20px;
margin-right: 20px;
.modal-content {
min-height: 75%;
}
webview {
height: 100%;
padding-bottom: 10px;
.definition-wrapper {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin-left: 20px;
margin-right: 20px;
webview {
height: 100%;
padding-bottom: 10px;
}
}
}
}
</style>