Merge pull request #5798 from McGiverGim/add_gap_badge
luci-material-theme: replace margin by gap in ifacebadge
This commit is contained in:
commit
f1fd03ddb3
1 changed files with 1 additions and 5 deletions
|
@ -1836,6 +1836,7 @@ body.modal-overlay-active #modal_overlay {
|
||||||
|
|
||||||
.ifacebadge {
|
.ifacebadge {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
gap: .2rem;
|
||||||
padding: .5rem .8rem;
|
padding: .5rem .8rem;
|
||||||
border-bottom: thin solid #ccc;
|
border-bottom: thin solid #ccc;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
@ -1852,11 +1853,6 @@ td > .ifacebadge,
|
||||||
.ifacebadge > img {
|
.ifacebadge > img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
margin: 0 .2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ifacebadge > img + img {
|
|
||||||
margin: 0 .2rem 0 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.network-status-table {
|
.network-status-table {
|
||||||
|
|
Loading…
Reference in a new issue