Skip to content

Commit 906f430

Browse files
committed
simplify padding override to avoid referencing density classes
1 parent fcd4f25 commit 906f430

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

build/system24.css

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -161,25 +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-
.density-compact {
165-
.avatarWrapper__37e49 {
166-
margin: 2px 0 2px 2px;
167-
}
168-
}
169-
170-
.density-cozy {
171-
.container__37e49 {
172-
padding: 8px;
173-
}
174-
}
175-
176164
.visual-refresh {
177165
.bg__960e4 {
178166
background: var(--bg-base-primary);
179167
}
180168
.container__01ae2 {
181169
background-color: var(--bg-base-primary);
182170
}
171+
.container__37e49 {
172+
padding: 8px;
173+
}
183174
}
184175

185176
/* ascii.css */

src/main.css

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

163-
.density-compact {
164-
.avatarWrapper__37e49 {
165-
margin: 2px 0 2px 2px;
166-
}
167-
}
168-
169-
.density-cozy {
170-
.container__37e49 {
171-
padding: 8px;
172-
}
173-
}
174-
175163
.visual-refresh {
176164
.bg__960e4 {
177165
background: var(--bg-base-primary);
178166
}
179167
.container__01ae2 {
180168
background-color: var(--bg-base-primary);
181169
}
170+
.container__37e49 {
171+
padding: 8px;
172+
}
182173
}

0 commit comments

Comments
 (0)