Skip to content

Commit b9e5dda

Browse files
committed
account for different density settings
1 parent 3cb6625 commit b9e5dda

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

build/system24.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,16 @@ 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;
164+
.density-compact {
165+
.avatarWrapper__37e49 {
166+
margin: 2px 0 2px 2px !important;
167+
}
168+
}
169+
170+
.density-cozy {
171+
.container__37e49 {
172+
padding: 8px !important;
173+
}
166174
}
167175

168176
.visual-refresh {

src/main.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,16 @@ 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;
163+
.density-compact {
164+
.avatarWrapper__37e49 {
165+
margin: 2px 0 2px 2px !important;
166+
}
167+
}
168+
169+
.density-cozy {
170+
.container__37e49 {
171+
padding: 8px !important;
172+
}
165173
}
166174

167175
.visual-refresh {

0 commit comments

Comments
 (0)