Merge pull request #6222 from mempool/mononaut/unsquish

unsquish cobranded logos
This commit is contained in:
wiz 2026-01-20 09:05:20 +09:00 committed by GitHub
commit 08f1330dcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,9 +200,9 @@ nav {
}
.subdomain_logo {
height: 35px;
max-height: 35px;
overflow: clip;
max-width: 140px;
max-width: 100%;
margin: auto;
align-self: center;
.rounded {
@ -210,7 +210,7 @@ nav {
}
&.custom_logo {
height: 48px;
max-height: 48px;
margin-right: 1em;
}
@ -219,7 +219,7 @@ nav {
}
&.custom_logo.mobile_logo {
height: 42px;
max-height: 42px;
}
}