fix chat heading not being aligned and using wrong styles

This commit is contained in:
Henry Jameson 2020-11-02 20:57:56 +02:00
parent 08e6e66642
commit bdf2f36f11

View file

@ -138,11 +138,15 @@
} }
.chat-view-heading { .chat-view-heading {
box-sizing: border-box;
position: static; position: static;
z-index: 9999; z-index: 9999;
top: 0; top: 0;
margin-top: 0; margin-top: 0;
border-radius: 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 { .scrollable-message-list {