From 3d910029ace6e91ab7ade94ae74f3cce66f3226c Mon Sep 17 00:00:00 2001 From: YanlanShen Date: Sun, 10 Mar 2019 18:48:09 +0800 Subject: [PATCH] luci-theme-rosy: Repair head and body alignment bugs. Signed-off-by: YanlanShen --- themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 3 +++ 1 file changed, 3 insertions(+) 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); } -- 2.25.1