From: YanlanShen Date: Sun, 10 Mar 2019 10:48:09 +0000 (+0800) Subject: luci-theme-rosy: Repair head and body alignment bugs. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3d910029ace6e91ab7ade94ae74f3cce66f3226c;p=oweals%2Fluci.git luci-theme-rosy: Repair head and body alignment bugs. Signed-off-by: YanlanShen --- 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); }