nav fix
This commit is contained in:
parent
d2c157bb8f
commit
0dacf6cf54
2 changed files with 5 additions and 0 deletions
|
@ -128,6 +128,9 @@ nav ul li.active {
|
|||
flex-direction: row;
|
||||
justify-content: center;
|
||||
}
|
||||
nav ul li:not([data-for=queue]) .icon {
|
||||
margin-right: 0;
|
||||
}
|
||||
nav ul li span:not([id]) {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -28,6 +28,8 @@ nav ul {
|
|||
@media (max-width: 480px) {
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
|
||||
&:not([data-for=queue]) .icon { margin-right: 0; }
|
||||
span:not([id]) { display: none; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue