Add custom theme

This commit is contained in:
kwaroran
2024-11-02 14:28:28 +09:00
parent 864715df85
commit c0f088309f
6 changed files with 184 additions and 24 deletions

View File

@@ -254,4 +254,15 @@ html, body{
.z-100{
z-index: 100;
}
.flexium{
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.chat-width{
max-width: calc(100% - 0.5rem);
word-break: normal;
overflow-wrap: anywhere;
}