luci-theme-bootstrap: mobile style fixes for wifi overview view
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
5dc61be746
commit
fd40efdf4d
1 changed files with 10 additions and 4 deletions
|
@ -355,18 +355,24 @@ header h3 a, header .brand {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
body[data-page="admin-network-wireless"] .td.col-2 {
|
||||
body[data-page="admin-network-wireless"] .td[data-name="_badge"] {
|
||||
max-width: 50px;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
body[data-page="admin-network-wireless"] .td.col-2 > .ifacebadge {
|
||||
body[data-page="admin-network-wireless"] .td[data-name="_badge"] .ifacebadge {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
body[data-page="admin-network-network"] .td.col-3 {
|
||||
min-width: 250px;
|
||||
body[data-page="admin-network-wireless"] .td[data-name="_stat"] {
|
||||
flex-basis: 60%;
|
||||
}
|
||||
|
||||
body[data-page="admin-network-network"] .td.cbi-section-actions::before,
|
||||
body[data-page="admin-network-wireless"] .td.cbi-section-actions::before {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue