Skip to content

Commit 3bea0fe

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

File tree

1 file changed

+38
-32
lines changed

1 file changed

+38
-32
lines changed

src/components/Avatar/Avatar.module.scss

Lines changed: 38 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,13 @@
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;
212+
border: 0.5px solid var(--background-site);
212213
}
213214
}
214215
}
@@ -220,8 +221,8 @@
220221
padding: 1px;
221222

222223
.missingBack {
223-
width: 24px;
224-
height: 24px;
224+
width: 26px;
225+
height: 26px;
225226
}
226227

227228
.iconBackground {
@@ -235,14 +236,17 @@
235236
}
236237

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

242246
.missingBack {
243247
border: 0.5px solid var(--background-site);
244-
width: 24px;
245-
height: 24px;
248+
width: 26px;
249+
height: 26px;
246250
}
247251
}
248252
}
@@ -255,8 +259,8 @@
255259

256260
.missingBack {
257261
border: 1px solid var(--background-site);
258-
width: 22px;
259-
height: 22px;
262+
width: 24px;
263+
height: 24px;
260264
}
261265

262266
.iconBackground {
@@ -270,14 +274,16 @@
270274
}
271275

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

277283
.missingBack {
278284
border: 0.5px solid var(--background-site);
279-
width: 22px;
280-
height: 22px;
285+
width: 24px;
286+
height: 24px;
281287
}
282288
}
283289
}
@@ -421,7 +427,7 @@
421427
@include avatar;
422428
width: 38px;
423429
height: 38px;
424-
padding: 1px;
430+
padding: 2px;
425431

426432
.missingBack {
427433
width: 34px;
@@ -435,9 +441,9 @@
435441
}
436442

437443
&.legend {
438-
display: flex;
439-
align-items: center;
440-
justify-content: center;
444+
// display: flex;
445+
// align-items: center;
446+
// justify-content: center;
441447

442448
.missingBack {
443449
border: 0.5px solid var(--background-site);

0 commit comments

Comments
 (0)