mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-30 23:18:47 +00:00
subs picker styles updated
This commit is contained in:
parent
814a999ce3
commit
69a35a8359
1 changed files with 5 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
text-transform: uppercase;
|
||||
color: var(--color-surfacelight);
|
||||
|
||||
&:first-of-type {
|
||||
|
|
@ -114,15 +114,17 @@
|
|||
|
||||
.preferences-label {
|
||||
height: var(--subtitles-picker-button-size);
|
||||
color: var(--color-surfacelight);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: calc(var(--subtitles-picker-button-size) * 0.3);
|
||||
font-weight: 500;
|
||||
font-size: 90%;
|
||||
color: var(--color-surfacelight);
|
||||
}
|
||||
|
||||
.variants-container {
|
||||
align-self: stretch;
|
||||
height: calc(var(--subtitles-picker-button-size) * 2);
|
||||
height: calc(var(--subtitles-picker-button-size) * 2.4);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-content: flex-start;
|
||||
|
|
|
|||
Loading…
Reference in a new issue