mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-29 03:13:57 +00:00
not needed styles dropped
This commit is contained in:
parent
2f4cf7bd96
commit
a3ced70ea1
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
padding: 0 calc(var(--control-bar-button-size) * 0.4);
|
padding: 0 calc(var(--control-bar-button-size) * 0.4);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-end;
|
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
||||||
.seek-bar {
|
.seek-bar {
|
||||||
|
|
@ -65,7 +64,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.spacing {
|
.spacing {
|
||||||
flex: 1
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue