dev: Prevented the play button from shrinking below 10em

This commit is contained in:
lscambo13
2025-08-07 07:10:00 -07:00
parent e8c4fadd04
commit 86fdfeaf3c

View File

@@ -2210,7 +2210,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
border-radius: 3em;
border-color: var(--borderColor);
height: 3em;
width: 10em;
min-width: 10em;
margin-right: .5em !important;
}