mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 04:11:17 -05:00
CSS adjustment for screens wider than 1920px
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
html{font-family:arimo;-ms-overflow-style:-ms-autohiding-scrollbar}
|
||||
body{font-size:14px;color:#606E7F;background-color:#E4E2E4;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
||||
::-webkit-scrollbar{display:none}
|
||||
#template{min-width:1080px;max-width:1920px;margin:0}
|
||||
@media (max-width:1920px){#template{min-width:1080px;margin:0}}
|
||||
@media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}}
|
||||
img{border:0;text-decoration:none;vertical-align:middle}
|
||||
p{text-align:left}
|
||||
p.centered{text-align:left}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
html{font-family:arimo}
|
||||
body{font-size:12px;color:#808080;background-color:#000000;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
||||
#template{min-width:1080px;max-width:1920px;margin:0 10px}
|
||||
@media (max-width:1920px){#template{min-width:1080px;margin:0 10px}}
|
||||
@media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}}
|
||||
img{border:0;text-decoration:none;vertical-align:middle}
|
||||
p{text-align:justify}
|
||||
p.centered{text-align:left}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
html{font-family:arimo;-ms-overflow-style:-ms-autohiding-scrollbar}
|
||||
body{font-size:14px;color:#606E7F;background-color:#1B1D1B;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
||||
::-webkit-scrollbar{display:none}
|
||||
#template{min-width:1080px;max-width:1920px;margin:0}
|
||||
@media (max-width:1920px){#template{min-width:1080px;margin:0}}
|
||||
@media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}}
|
||||
img{border:0;text-decoration:none;vertical-align:middle}
|
||||
p{text-align:left}
|
||||
p.centered{text-align:left}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
html{font-family:arimo}
|
||||
body{font-size:12px;color:#303030;background-color:#FFFFFF;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
||||
#template{min-width:1080px;max-width:1920px;margin:0 10px}
|
||||
@media (max-width:1920px){#template{min-width:1080px;margin:0 10px}}
|
||||
@media (min-width:1921px){#template{min-width:1080px;max-width:1920px;margin:0 auto}}
|
||||
img{border:0;text-decoration:none;vertical-align:middle}
|
||||
p{text-align:justify}
|
||||
p.centered{text-align:left}
|
||||
|
||||
Reference in New Issue
Block a user