Merge pull request #2129 from jsonleex/patch

fix: play icon not appear in Safari
This commit is contained in:
pan93412 2024-03-01 00:12:22 -06:00 committed by GitHub
commit 1400636201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,7 +135,7 @@ img {
cursor: default; cursor: default;
transition: 0.2s; transition: 0.2s;
.svg-icon { .svg-icon {
height: 44%; width: 50%;
margin: { margin: {
left: 4px; left: 4px;
} }