Reduce chat width
This commit is contained in:
parent
df123a20fc
commit
a821928877
2 changed files with 3 additions and 3 deletions
|
@ -282,7 +282,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
}
|
||||
|
||||
#chat-tab > :first-child, #extensions {
|
||||
max-width: 960px;
|
||||
max-width: 880px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
@ -304,7 +304,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
.chat {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 960px;
|
||||
max-width: 880px;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
padding-right: 15px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue