Skip to content

Commit b4efc76

Browse files
authored
Merge pull request #108 from cubedhuang/main
fix user panel height inconsistency on different UI densities
2 parents 5263f15 + 906f430 commit b4efc76

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build/system24.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ body {
168168
.container__01ae2 {
169169
background-color: var(--bg-base-primary);
170170
}
171+
.container__37e49 {
172+
padding: 8px;
173+
}
171174
}
172175

173176
/* ascii.css */

src/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,7 @@ body {
167167
.container__01ae2 {
168168
background-color: var(--bg-base-primary);
169169
}
170+
.container__37e49 {
171+
padding: 8px;
172+
}
170173
}

0 commit comments

Comments
 (0)