fix: align textbox to bottom of the screen
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-11 02:34:08 +02:00
parent 71242d0543
commit c2b06f40b4
No known key found for this signature in database

View file

@ -301,6 +301,7 @@ router.beforeEach((to, from, next) => {
}
#message-box {
margin-top: auto; /* force it to the bottom of the screen */
margin-bottom: 2dvh;
margin-left: 1dvw;
margin-right: 1dvw;