Skip to content

Commit fcd4f25

Browse files
committed
move grouping and remove unnecessary !importants
1 parent b9e5dda commit fcd4f25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/system24.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ body {
163163

164164
.density-compact {
165165
.avatarWrapper__37e49 {
166-
margin: 2px 0 2px 2px !important;
166+
margin: 2px 0 2px 2px;
167167
}
168168
}
169169

170170
.density-cozy {
171171
.container__37e49 {
172-
padding: 8px !important;
172+
padding: 8px;
173173
}
174174
}
175175

src/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ body {
162162

163163
.density-compact {
164164
.avatarWrapper__37e49 {
165-
margin: 2px 0 2px 2px !important;
165+
margin: 2px 0 2px 2px;
166166
}
167167
}
168168

169169
.density-cozy {
170170
.container__37e49 {
171-
padding: 8px !important;
171+
padding: 8px;
172172
}
173173
}
174174

0 commit comments

Comments
 (0)