feat: more theme styling options, and description.css
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
8f06f25efe
commit
d0fe0db374
8 changed files with 40 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue