adjust document preview size for bigger screens

This commit is contained in:
Frédéric Péters 2018-11-06 16:38:25 +01:00
parent 84a0c55fc5
commit 367a2e7ff6
1 changed files with 5 additions and 0 deletions

View File

@ -533,6 +533,11 @@ div#fields {
width: 700px;
}
@media screen and (min-width: 1200px) {
div#fields { width: calc(98% - 800px); }
#fieldset-versions { width: 800px; }
}
@media screen and (max-width: 800px) {
#fieldset-versions {
float: none;