From 1be1deb9ecd90608d60503bcc34b2ee487c1e602 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sun, 8 Jun 2025 22:59:41 +0200 Subject: [PATCH] luci-theme-*: layout improvements bootstrap now utilizes more screen width for main content Signed-off-by: Paul Donald --- .../htdocs/luci-static/bootstrap/cascade.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 67c23fe43d..c9c11ea45c 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -291,8 +291,7 @@ body { } .container { - width: 100%; - max-width: 940px; + width: 86%; margin-left: auto; margin-right: auto; zoom: 1;