From e6a2cdbdab83f8eaefeec36ad668468ea374d471 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 13 Jun 2021 21:49:22 +0200 Subject: luci-theme-bootstrap: mobile style fixes for vlan filter matrix Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/bootstrap/mobile.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css index 466573b26f..384a1a22ad 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css @@ -325,6 +325,18 @@ header h3 a, header .brand { [data-page="admin-status-processes"] .td[data-widget="button"]::before { display: none; } + + [data-name="bridge-vlan"] > div { + overflow: visible !important; + } + + [data-name="bridge-vlan"] .td[data-title] { + flex-basis: 33%; + } + + [data-name="bridge-vlan"] .td[data-title]::before { + content: attr(data-title); + } } @media screen and (max-device-width: 375px) { -- cgit v1.2.3