mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 18:02:13 +00:00
fix(Settings): align MultiselectMenu styles to multiselect ones
This commit is contained in:
parent
5f8aaf395d
commit
79d9e886be
2 changed files with 5 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
color: var(--primary-foreground-color);
|
||||
padding: 0.75rem 1.5rem;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 0 0.5rem;
|
||||
|
|
|
|||
|
|
@ -261,7 +261,10 @@
|
|||
}
|
||||
|
||||
.option-input-container {
|
||||
padding: 1rem 1.5rem;
|
||||
|
||||
&.multiselect-container {
|
||||
background: var(--overlay-color);
|
||||
}
|
||||
|
||||
&.button-container {
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue