mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
dev: Prevented the play button from shrinking below 10em
This commit is contained in:
@@ -2210,7 +2210,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
|||||||
border-radius: 3em;
|
border-radius: 3em;
|
||||||
border-color: var(--borderColor);
|
border-color: var(--borderColor);
|
||||||
height: 3em;
|
height: 3em;
|
||||||
width: 10em;
|
min-width: 10em;
|
||||||
margin-right: .5em !important;
|
margin-right: .5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user