mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-theme-bootstrap: mobile style fixes for vlan filter matrix
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user