Add custom theme
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user