mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor(Calendar): month selector style
This commit is contained in:
parent
1f7cf89d94
commit
83c5c5ab0f
1 changed files with 3 additions and 4 deletions
|
|
@ -18,6 +18,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 0.5rem;
|
||||
border-radius: 0.5rem;
|
||||
transition: background-color 0.1s ease-out;
|
||||
|
|
@ -51,14 +52,12 @@
|
|||
}
|
||||
|
||||
.prev {
|
||||
justify-content: start;
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 1rem;
|
||||
padding-right: 1.25rem;
|
||||
}
|
||||
|
||||
.next {
|
||||
justify-content: end;
|
||||
padding-left: 1rem;
|
||||
padding-left: 1.25rem;
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue