Skip to content

Commit

Permalink
One last try.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkarth committed Mar 12, 2024
1 parent a34d5c1 commit 4c34868
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/javascript/flavours/glitch/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,8 @@ body > [data-popper-placement] {
}
}

.account__wrapper, .tag__wrapper {
.account__wrapper,
.tag__wrapper {
display: flex;
gap: 10px;
align-items: center;
Expand Down Expand Up @@ -2114,7 +2115,8 @@ a .account__avatar {
}
}

.account__relationship, .tag__relationship {
.account__relationship,
.tag__relationship {
white-space: nowrap;
display: flex;
align-items: center;
Expand Down

0 comments on commit 4c34868

Please sign in to comment.