mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 13:52:12 +00:00
refactor(SideDrawerButton): styles
This commit is contained in:
parent
f1cb4c145a
commit
5249d1855f
2 changed files with 10 additions and 1 deletions
|
|
@ -42,7 +42,6 @@
|
|||
.icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
margin-right: 2.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue