minor style tweak to controls
This commit is contained in:
parent
793bf10c9b
commit
d7148137d6
|
@ -356,8 +356,16 @@ footer > div:last-child > div {
|
||||||
width: 33%;
|
width: 33%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#controls {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
min-width: 24ex;
|
||||||
|
gap: 0.25ex;
|
||||||
|
}
|
||||||
|
|
||||||
#controls > * {
|
#controls > * {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.play svg {
|
.play svg {
|
||||||
|
@ -370,11 +378,6 @@ footer > div:last-child > div {
|
||||||
width: 5ex;
|
width: 5ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
#controls {
|
|
||||||
min-width: 24ex;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#nowPlaying {
|
#nowPlaying {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue