mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix(Settings): revert input container padding change for all fields and apply only to multiselect menu
This commit is contained in:
parent
4b64439271
commit
7f244c4fdd
1 changed files with 2 additions and 0 deletions
|
|
@ -261,8 +261,10 @@
|
|||
}
|
||||
|
||||
.option-input-container {
|
||||
padding: 1rem 1.5rem;
|
||||
|
||||
&.multiselect-container {
|
||||
padding: 0;
|
||||
background: var(--overlay-color);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue