This commit is contained in:
Ondrej Zara 2019-04-15 22:32:40 +02:00
parent d2c157bb8f
commit 0dacf6cf54
2 changed files with 5 additions and 0 deletions

View file

@ -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;
}

View file

@ -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; }
}
}