fix(ui): optimize mobile layout for header and settings page

This commit is contained in:
Supra4E8C
2025-12-15 18:53:03 +08:00
parent a993299cb5
commit 8d606aa456
4 changed files with 58 additions and 17 deletions

View File

@@ -139,8 +139,10 @@
// 移动端:禁用动画,只显示缩写
@media (max-width: $breakpoint-mobile) {
margin-right: $spacing-sm;
cursor: default;
flex-shrink: 1;
min-width: 0;
margin-right: 0;
.brand-full,
.brand-abbr {
@@ -168,7 +170,7 @@
flex-shrink: 0;
@media (max-width: $breakpoint-mobile) {
display: flex;
display: inline-flex;
}
}