feat: more theme styling options, and description.css
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-07 21:00:42 +02:00
parent 8f06f25efe
commit d0fe0db374
No known key found for this signature in database
8 changed files with 40 additions and 3 deletions

View file

@ -259,6 +259,7 @@ router.beforeEach((to, from, next) => {
margin-bottom: 1dvh;
margin-left: 1dvw;
margin-right: 1dvw;
background: var(--optional-message-box-background);
}
#message-form {
@ -268,11 +269,11 @@ router.beforeEach((to, from, next) => {
#message-box-input {
width: 80%;
background-color: var(--sidebar-background-color);
border: none;
color: inherit;
padding-left: 1dvw;
padding-right: 1dvw;
background-color: var(--chatbox-background-color);
}
#messages {