update at 2026-02-14 13:30:56

This commit is contained in:
douboer@gmail.com
2026-02-14 13:30:56 +08:00
parent a9ea33b071
commit 39e1ec1b4c
2 changed files with 46 additions and 16 deletions

View File

@@ -8,6 +8,10 @@
overflow: hidden;
}
.topbar {
flex-shrink: 0;
}
.header {
height: 48px;
display: flex;
@@ -38,6 +42,30 @@
flex-shrink: 0;
}
/* 横屏:标题与工具条同一行,底部区域已在 WXML 中隐藏。 */
.topbar-landscape {
display: flex;
align-items: center;
gap: 8px;
}
.topbar-landscape .header {
height: 40px;
}
.topbar-landscape .logo {
width: 40px;
height: 40px;
}
.topbar-landscape .toolbar {
margin-top: 0;
height: 40px;
padding-left: 0;
flex: 1;
min-width: 0;
}
.tool-icon {
width: 24px;
height: 24px;