Skip to content

Commit 8d1eefc

Browse files
committed
fix: account icon alignment when not using an avatar
1 parent 9e93af4 commit 8d1eefc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/styles/core.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,11 @@ key {
375375
}
376376
}
377377

378+
.userIcon {
379+
display: grid;
380+
border-radius: 0;
381+
}
382+
378383
.loading {
379384
font-size: 0.8em;
380385
line-height: 0.8em;

0 commit comments

Comments
 (0)