Set min-width for a player. Sorted properties.
This commit is contained in:
parent
007691c534
commit
60fae56a28
@ -136,10 +136,11 @@ section { margin-top: 1rem; }
|
|||||||
align-items: center; }
|
align-items: center; }
|
||||||
|
|
||||||
#play {
|
#play {
|
||||||
background-color: var(--primary-color);
|
|
||||||
mask-image: url(/assets/img/play.svg);
|
|
||||||
-webkit-mask-image: url(/assets/img/play.svg);
|
-webkit-mask-image: url(/assets/img/play.svg);
|
||||||
|
background-color: var(--primary-color);
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
|
mask-image: url(/assets/img/play.svg);
|
||||||
|
min-width: 3rem;
|
||||||
width: 3rem; }
|
width: 3rem; }
|
||||||
|
|
||||||
#volume {
|
#volume {
|
||||||
|
Loading…
Reference in New Issue
Block a user