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
1 changed files with 1 additions and 1 deletions

View File

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