mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
refactor(Calendar): simplify mobile media query
This commit is contained in:
parent
bb05f6d6d9
commit
03a29c5903
1 changed files with 2 additions and 11 deletions
|
|
@ -9,6 +9,7 @@
|
|||
gap: 1rem;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 1rem;
|
||||
|
||||
.prev, .next {
|
||||
position: relative;
|
||||
|
|
@ -86,16 +87,6 @@
|
|||
|
||||
@media only screen and (max-width: @small) {
|
||||
.selector {
|
||||
.prev, .next {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.prev {
|
||||
left: 1rem;
|
||||
}
|
||||
|
||||
.next {
|
||||
right: 1rem;
|
||||
}
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue