[Glitch] Fix profile avatar being slightly offset into left border

Port c3388f4ab1 to glitch-soc

Co-authored-by: Riedler <riedler@gelse.eu>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/41/head
Riedler 2022-12-15 15:57:02 +01:00 committed by Claire
parent 65cc5cb891
commit 8cd7b95559
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,6 @@
display: block;
flex: 0 0 auto;
width: 94px;
margin-left: -2px;
.account__avatar {
background: darken($ui-base-color, 8%);
@ -540,6 +539,7 @@
margin-top: -55px;
gap: 8px;
overflow: hidden;
margin-left: -2px; // aligns the pfp with content below
&__buttons {
display: flex;