luci-theme-bootstrap: mobile style fixes for vlan filter matrix
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
cbf2cc396a
commit
e6a2cdbdab
1 changed files with 12 additions and 0 deletions
|
@ -325,6 +325,18 @@ header h3 a, header .brand {
|
||||||
[data-page="admin-status-processes"] .td[data-widget="button"]::before {
|
[data-page="admin-status-processes"] .td[data-widget="button"]::before {
|
||||||
display: none;
|
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) {
|
@media screen and (max-device-width: 375px) {
|
||||||
|
|
Loading…
Reference in a new issue