Fix wrong LYS site icon size (#47689)

* Fix LYS site icon size

* Add changelog
This commit is contained in:
Chi-Hsuan Huang 2024-05-22 16:04:15 +08:00 committed by GitHub
parent 7794a7ac24
commit fb2b79f502
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,10 @@
.edit-site-site-icon__image {
border-radius: 2px;
width: 100%;
height: auto;
object-fit: cover;
background: rgba(0, 0, 0, 0);
}
.edit-site-site-hub__view-mode-toggle-container {

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix LYS site icon size