diff options
-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 eb3022a910..4ae8151050 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); } |