Skip to content

Commit 3cb6625

Browse files
committed
fix user panel/input panel height inconsistency
1 parent 5263f15 commit 3cb6625

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

build/system24.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ body {
161161
--chatbar-height: 56px !important; /* height of the chatbar (52px by default, 47px recommended for aligned, 56px recommended for separated) */
162162
}
163163

164+
.avatarWrapper__37e49 {
165+
margin: 2px 0 2px 2px !important;
166+
}
167+
164168
.visual-refresh {
165169
.bg__960e4 {
166170
background: var(--bg-base-primary);

src/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ body {
160160
--chatbar-height: 56px !important; /* height of the chatbar (52px by default, 47px recommended for aligned, 56px recommended for separated) */
161161
}
162162

163+
.avatarWrapper__37e49 {
164+
margin: 2px 0 2px 2px !important;
165+
}
166+
163167
.visual-refresh {
164168
.bg__960e4 {
165169
background: var(--bg-base-primary);

0 commit comments

Comments
 (0)