not needed styles dropped

This commit is contained in:
NikolaBorislavovHristov 2019-03-23 00:52:07 +02:00
parent 2f4cf7bd96
commit a3ced70ea1

View file

@ -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;
} }
} }