mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
luci-theme-*: layout improvements
follow-up to 1be1deb9ec
bootstrap now utilizes more screen width for main content
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -1064,8 +1064,8 @@ header {
|
||||
box-shadow: 0 1px 3px hsla(var(--border-color-low-hsl), .25), inset 0 -1px 0 hsla(var(--border-color-low-hsl), .01);
|
||||
padding: 0;
|
||||
/* the redundant properties below work around a csstidy bug */
|
||||
padding-left: calc((100% - 940px) / 2);
|
||||
padding-right: calc((100% - 940px) / 2);
|
||||
padding-left: calc((100% - 1180px) / 2);
|
||||
padding-right: calc((100% - 1180px) / 2);
|
||||
}
|
||||
|
||||
.nav {
|
||||
|
||||
Reference in New Issue
Block a user