layout fix with large displays @TODO: Fix sequencing with clients/team

community
Gogs 6 years ago
parent f6c961de63
commit 8bca478a6b

@ -125,11 +125,11 @@
.dialog .title { font-weight: bold; padding:4px; margin-bottom:4px; background:#f3f3f3; } .dialog .title { font-weight: bold; padding:4px; margin-bottom:4px; background:#f3f3f3; }
.dialog .title i {color:ff5733} .dialog .title i {color:ff5733}
.dialog .message {padding:8px; font-family:verdana; min-height:10%} .dialog .message {padding:8px; font-family:verdana; min-height:10%}
@media screen and (max-width: 1280px){ @media screen and (min-width: 1280px){
.widget .chart .info { .widget .chart .info {
width:99%; width:99%;
min-height:70%; min-height:75%;
overflow:hidden overflow:hidden;
} }
} }
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1024px) {
@ -145,7 +145,8 @@
.widget .chart .info { .widget .chart .info {
width:99%; width:99%;
min-height:65%; min-height:65%;
overflow:hidden overflow:hidden;
} }
} }

Loading…
Cancel
Save