[frontend] Align welcome screen reactions to the right

Thanks Yonei!
This commit is contained in:
Lilian 2024-03-22 22:20:17 +01:00
parent dbd65a335a
commit e099582809
No known key found for this signature in database
GPG Key ID: 007CA12D692829E1

View File

@ -98,6 +98,10 @@ export default defineComponent({
> .note {
margin: 16px 0 16px auto;
> .reactions-list {
justify-content: end;
}
> .content {
padding: 16px;
margin: 0 0 0 auto;