Remove problematic line causing avatar positions to break

Signed-off-by: Hanna <hanna@noreply.codeberg.org>
This commit is contained in:
Hanna 2022-11-16 07:47:14 +01:00
parent 0522aecc64
commit 6fb750eaca
1 changed files with 3 additions and 1 deletions

View File

@ -432,7 +432,9 @@ function readPromo() {
width: 58px;
height: 58px;
position: sticky;
top: var(--stickyTop, 0px);
/* For some reason this breaks avatar
positions on notes, commenting it for now */
/* top: var(--stickyTop, 0px); */
left: 0;
}