kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Chats: fix border-radius and chat content height
rodzic
f52186bc01
commit
80a78ac0e1
|
@ -1,5 +1,6 @@
|
||||||
.pane {
|
.pane {
|
||||||
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
|
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
|
||||||
|
border-radius: 6px 6px 0 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
@ -97,6 +98,7 @@
|
||||||
|
|
||||||
.chat-messages {
|
.chat-messages {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-message {
|
.chat-message {
|
||||||
|
|
Ładowanie…
Reference in New Issue