Skip to content

Commit 3ad3035

Browse files
committed
Fix avatars
1 parent 03db00a commit 3ad3035

File tree

1 file changed

+37
-32
lines changed

1 file changed

+37
-32
lines changed

src/components/Avatar/Avatar.module.scss

Lines changed: 37 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,11 @@
154154
@include avatar;
155155
width: 18px;
156156
height: 18px;
157+
padding: 1px;
157158

158159
.missingBack {
159-
width: 14px;
160-
height: 14px;
160+
width: 16px;
161+
height: 16px;
161162
}
162163

163164
.iconBackground {
@@ -171,12 +172,11 @@
171172
}
172173

173174
&.legend {
174-
display: flex;
175-
align-items: center;
176-
justify-content: center;
175+
width: 18px;
176+
height: 18px;
177177
.missingBack {
178-
width: 14px;
179-
height: 14px;
178+
width: 16px;
179+
height: 16px;
180180
}
181181
}
182182
}
@@ -188,8 +188,8 @@
188188
padding: 1px;
189189

190190
.missingBack {
191-
width: 18px;
192-
height: 18px;
191+
width: 20px;
192+
height: 20px;
193193
}
194194

195195
.iconBackground {
@@ -203,12 +203,12 @@
203203
}
204204

205205
&.legend {
206-
display: flex;
207-
align-items: center;
208-
justify-content: center;
206+
width: 22px;
207+
height: 22px;
208+
209209
.missingBack {
210-
width: 18px;
211-
height: 18px;
210+
width: 20px;
211+
height: 20px;
212212
}
213213
}
214214
}
@@ -220,8 +220,8 @@
220220
padding: 1px;
221221

222222
.missingBack {
223-
width: 24px;
224-
height: 24px;
223+
width: 26px;
224+
height: 26px;
225225
}
226226

227227
.iconBackground {
@@ -235,14 +235,17 @@
235235
}
236236

237237
&.legend {
238-
display: flex;
239-
align-items: center;
240-
justify-content: center;
238+
width: 28px;
239+
height: 28px;
240+
// padding: 0;
241+
// display: flex;
242+
// align-items: center;
243+
// justify-content: center;
241244

242245
.missingBack {
243246
border: 0.5px solid var(--background-site);
244-
width: 24px;
245-
height: 24px;
247+
width: 26px;
248+
height: 26px;
246249
}
247250
}
248251
}
@@ -255,8 +258,8 @@
255258

256259
.missingBack {
257260
border: 1px solid var(--background-site);
258-
width: 22px;
259-
height: 22px;
261+
width: 24px;
262+
height: 24px;
260263
}
261264

262265
.iconBackground {
@@ -270,14 +273,16 @@
270273
}
271274

272275
&.legend {
273-
display: flex;
274-
align-items: center;
275-
justify-content: center;
276+
width: 26px;
277+
height: 26px;
278+
// display: flex;
279+
// align-items: center;
280+
// justify-content: center;
276281

277282
.missingBack {
278283
border: 0.5px solid var(--background-site);
279-
width: 22px;
280-
height: 22px;
284+
width: 24px;
285+
height: 24px;
281286
}
282287
}
283288
}
@@ -421,7 +426,7 @@
421426
@include avatar;
422427
width: 38px;
423428
height: 38px;
424-
padding: 1px;
429+
padding: 2px;
425430

426431
.missingBack {
427432
width: 34px;
@@ -435,9 +440,9 @@
435440
}
436441

437442
&.legend {
438-
display: flex;
439-
align-items: center;
440-
justify-content: center;
443+
// display: flex;
444+
// align-items: center;
445+
// justify-content: center;
441446

442447
.missingBack {
443448
border: 0.5px solid var(--background-site);

0 commit comments

Comments
 (0)