forked from AkkomaGang/akkoma-fe
fix chat heading not being aligned and using wrong styles
This commit is contained in:
parent
08e6e66642
commit
bdf2f36f11
1 changed files with 4 additions and 0 deletions
|
@ -138,11 +138,15 @@
|
|||
}
|
||||
|
||||
.chat-view-heading {
|
||||
box-sizing: border-box;
|
||||
position: static;
|
||||
z-index: 9999;
|
||||
top: 0;
|
||||
margin-top: 0;
|
||||
border-radius: 0;
|
||||
background: linear-gradient(to top, var(--panel), var(--panel)),
|
||||
linear-gradient(to top, var(--bg), var(--bg));
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.scrollable-message-list {
|
||||
|
|
Loading…
Reference in a new issue