summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-06-13 21:49:22 +0200
committerJo-Philipp Wich <jo@mein.io>2021-06-13 21:49:49 +0200
commite6a2cdbdab83f8eaefeec36ad668468ea374d471 (patch)
treeef117e3c00ed647e43ebc7b24a339ab0b9cd3278
parentcbf2cc396a29d6794a4d883d80f8390e227e072b (diff)
luci-theme-bootstrap: mobile style fixes for vlan filter matrix
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css12
1 files changed, 12 insertions, 0 deletions
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) {