Chats: fix border-radius and chat content height

loading-indicator-on-tls^2
Alex Gleason 2020-08-26 11:54:22 -05:00
rodzic f52186bc01
commit 80a78ac0e1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1,5 +1,6 @@
.pane {
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
border-radius: 6px 6px 0 0;
position: fixed;
bottom: 0;
right: 20px;
@ -97,6 +98,7 @@
.chat-messages {
overflow-y: scroll;
flex: 1;
}
.chat-message {