bug: reactions view oversized

fixes: #543
This commit is contained in:
Kieran 2023-04-25 11:42:46 +01:00
parent ab2398c2a4
commit 5e5843c8d4
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
.reactions-view {
padding: 12px 16px;
margin-top: -160px;
max-width: calc(100vw - 32px);
}
}