refactor(SideDrawerButton): styles

This commit is contained in:
Timothy Z. 2024-12-18 11:35:19 +02:00
parent f1cb4c145a
commit 5249d1855f
2 changed files with 10 additions and 1 deletions

View file

@ -42,7 +42,6 @@
.icon {
width: 2rem;
height: 2rem;
margin-right: 2.5rem;
}
}
}

View file

@ -130,6 +130,16 @@ html:not(.active-slider-within) {
}
}
@media screen and (max-width: @xsmall) {
.player-container {
.layer {
&.side-drawer-button-layer {
right: -2rem;
}
}
}
}
@media (orientation: portrait) and (max-width: @minimum) {
.player-container {
.layer {