fix: remove unused code, set chatbox input to a transparent colour
All checks were successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pull_request_closed/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-08 15:45:18 +02:00
parent fa93e00759
commit 51c2578e60
No known key found for this signature in database

View file

@ -261,15 +261,9 @@ router.beforeEach((to, from, next) => {
} }
#message-box { #message-box {
/* flex-direction: column; */
/* justify-content: center; */
/* align-content: center; */
/* padding-bottom: 1dvh; */
/* padding-top: 1dvh; */
margin-bottom: 2dvh; margin-bottom: 2dvh;
margin-left: 1dvw; margin-left: 1dvw;
margin-right: 1dvw; margin-right: 1dvw;
/* background: var(--optional-message-box-background); */
} }
#message-form { #message-form {
@ -298,7 +292,7 @@ router.beforeEach((to, from, next) => {
border: none; border: none;
color: inherit; color: inherit;
background-color: var(--chatbox-background-color); background-color: #00000000; /* completely transparent colour */
} }
#message-box-left-elements, #message-box-right-elements { #message-box-left-elements, #message-box-right-elements {