更換左上角網站 Logo
All checks were successful
CD Pipeline / deploy (push) Successful in 1m0s

This commit is contained in:
OoO
2026-05-06 21:57:15 +08:00
parent dc137e33ca
commit ba9aecf661
6 changed files with 36 additions and 12 deletions

View File

@@ -29,12 +29,21 @@ body.momo-v2-body {
align-items: center;
gap: 10px;
height: var(--momo-topbar-height);
padding: 0 20px;
padding: 0 16px;
color: var(--momo-text-inverse);
text-decoration: none;
border-bottom: 1px solid rgba(250, 247, 240, 0.08);
}
.momo-logo-image {
display: block;
width: min(168px, 100%);
height: 54px;
object-fit: contain;
object-position: left center;
border-radius: 8px;
}
.momo-logo-mark {
display: grid;
flex: 0 0 auto;
@@ -423,7 +432,14 @@ body.momo-v2-body {
.momo-sidebar-logo {
justify-content: center;
padding: 0;
padding: 0 8px;
}
.momo-logo-image {
width: 44px;
height: 44px;
object-fit: cover;
object-position: center center;
}
.momo-brand-word,
@@ -491,6 +507,13 @@ body.momo-v2-body {
display: flex;
}
.momo-logo-image {
width: min(168px, 100%);
height: 54px;
object-fit: contain;
object-position: left center;
}
.momo-status-card {
display: block;
}