diff options
author | YanlanShen <yanlan.Shen@rosinson.com> | 2019-03-10 18:48:09 +0800 |
---|---|---|
committer | YanlanShen <yanlan.Shen@rosinson.com> | 2019-03-10 18:48:09 +0800 |
commit | 3d910029ace6e91ab7ade94ae74f3cce66f3226c (patch) | |
tree | 3c14a266384a3cf3df3d62e32a863ffedd3fa7fb /themes | |
parent | 78b75ec9eaea4a1f7fa4315fc17f4b03b00f9773 (diff) |
luci-theme-rosy: Repair head and body alignment bugs.
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css index eb3022a91..4ae815105 100644 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css @@ -2552,6 +2552,9 @@ input[name="nslookup"] { } @media screen and (max-width: 1400px) { + .logged-in header { + width: calc(100% - 230px - 2rem); + } .logged-in .main-right { width: calc(100% - 230px); } |