optimizing mobile song text view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user