feat: align message box buttons to bottom

This commit is contained in:
SauceyRed 2025-07-10 11:55:45 +02:00
parent e58809b424
commit 2665f29341
No known key found for this signature in database
GPG key ID: 6AD2337BB02E657B

View file

@ -347,7 +347,7 @@ router.beforeEach((to, from, next) => {
#message-box-left-elements, #message-box-right-elements {
display: flex;
align-items: center;
align-items: end;
}
#messages {