style: fix loading indicator appearing in the wrong spot

This commit is contained in:
Miodec 2023-09-19 23:26:25 +01:00
parent 9399085251
commit 6c5368beed

View file

@ -35,6 +35,8 @@
position: relative;
align-items: center;
gap: 0.25em;
display: grid;
grid-auto-flow: column;
.loading,
.user,
.avatar {