fix: fixed element shifting in ACP menu that's been bothering me for 5-ish years

isekai-main
Julian Lam 3 years ago
parent aea0eb18d1
commit 31975a628e

@ -98,10 +98,12 @@
> li { > li {
float: left; float: left;
margin-right: 30px; margin-right: 30px;
padding-bottom: 10px;
border-bottom: 4px solid transparent;
transition: border-color 150ms linear;
&.active { &.active {
border-bottom: 4px solid @brand-primary; border-color: @brand-primary;
padding-bottom: 10px;
} }
> a { > a {

Loading…
Cancel
Save