improvment reactions page

This commit is contained in:
localhost_frssoft 2023-11-06 16:45:04 +03:00
parent 6b3240dd9a
commit 4d240f9ca0
3 changed files with 25 additions and 14 deletions

View file

@ -123,10 +123,19 @@ frame, body {
display: inline-block;
}
.pleroma-reactions form {
.pleroma-reactions #emoj {
display: inline-block;
}
.pleroma-reactions form {
display: block;
}
.scrollable-emoji {
max-height: 240px;
overflow: scroll;
}
.status-action a {
display: inline-block;
}