mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-22 15:18:34 +00:00
Improved dropdown styles
This commit is contained in:
parent
12232e7a40
commit
5a42a8514b
1 changed files with 5 additions and 0 deletions
|
|
@ -72,6 +72,11 @@
|
|||
color: var(--color-surfacelighter);
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
height: 3rem;
|
||||
width: var(--input-width);
|
||||
}
|
||||
|
||||
.input-container {
|
||||
margin: calc(var(--spacing) * 1.5);
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue