dev: Prevented the play button from shrinking below 10em
This commit is contained in:
parent
e8c4fadd04
commit
86fdfeaf3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue