optimizing mobile song text view

This commit is contained in:
2020-03-22 16:08:17 +01:00
committed by smuddy
parent a50d988f9b
commit 760964fb69
6 changed files with 22 additions and 14 deletions

View File

@@ -11,11 +11,17 @@ nav {
background: @navigation-background;
z-index: 1;
.card-3;
transition: all 300ms ease-in-out;
display: flex;
align-items: flex-end;
justify-content: space-between;
&.hidden {
@media screen and (max-width: 860px) {
top: -60px;
}
}
}
}