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;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
nav ul li:not([data-for=queue]) .icon {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
nav ul li span:not([id]) {
|
nav ul li span:not([id]) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,8 @@ nav ul {
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
&:not([data-for=queue]) .icon { margin-right: 0; }
|
||||||
span:not([id]) { display: none; }
|
span:not([id]) { display: none; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue