1
0

Set min-width for a player. Sorted properties.

This commit is contained in:
Alexander Andreev 2023-08-21 05:22:22 +04:00
parent 007691c534
commit 60fae56a28
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -136,10 +136,11 @@ section { margin-top: 1rem; }
align-items: center; }
#play {
background-color: var(--primary-color);
mask-image: url(/assets/img/play.svg);
-webkit-mask-image: url(/assets/img/play.svg);
background-color: var(--primary-color);
height: 3rem;
mask-image: url(/assets/img/play.svg);
min-width: 3rem;
width: 3rem; }
#volume {