Merge branch 'chats-pagination' into 'develop'
use `/api/v2/pleroma/chats` See merge request soapbox-pub/soapbox-fe!911
This commit is contained in:
@ -116,6 +116,10 @@
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.chat-list {
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.audio-toggle .react-toggle-thumb {
|
||||
@ -219,7 +223,6 @@
|
||||
}
|
||||
|
||||
.chat-list {
|
||||
overflow-y: auto;
|
||||
flex: 1;
|
||||
|
||||
&__content {
|
||||
@ -233,6 +236,10 @@
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.account {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.account__display-name {
|
||||
position: relative;
|
||||
|
||||
|
||||
@ -46,7 +46,8 @@
|
||||
}
|
||||
|
||||
.status__content--placeholder,
|
||||
.display-name--placeholder {
|
||||
.display-name--placeholder,
|
||||
.chat-list-item--placeholder .chat__last-message {
|
||||
letter-spacing: -1px;
|
||||
color: var(--brand-color) !important;
|
||||
opacity: 0.1;
|
||||
|
||||
Reference in New Issue
Block a user