修正側欄 Logo 顯示比例
All checks were successful
CD Pipeline / deploy (push) Successful in 1m0s

This commit is contained in:
OoO
2026-05-06 22:03:07 +08:00
parent ba9aecf661
commit e317a2f70a
4 changed files with 12 additions and 12 deletions

View File

@@ -37,10 +37,10 @@ body.momo-v2-body {
.momo-logo-image {
display: block;
width: min(168px, 100%);
width: 54px;
height: 54px;
object-fit: contain;
object-position: left center;
object-position: center center;
border-radius: 8px;
}
@@ -436,9 +436,9 @@ body.momo-v2-body {
}
.momo-logo-image {
width: 44px;
height: 44px;
object-fit: cover;
width: 48px;
height: 48px;
object-fit: contain;
object-position: center center;
}
@@ -508,10 +508,10 @@ body.momo-v2-body {
}
.momo-logo-image {
width: min(168px, 100%);
width: 54px;
height: 54px;
object-fit: contain;
object-position: left center;
object-position: center center;
}
.momo-status-card {