Fixes
This commit is contained in:
parent
450dadb486
commit
243782a2a4
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue