mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Remove problematic line causing avatar positions to break
Signed-off-by: Hanna <hanna@noreply.codeberg.org>
This commit is contained in:
parent
388b0fd846
commit
66135c3cfb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user