mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Filter chats by Unread
This commit is contained in:
@@ -5270,6 +5270,10 @@ button.module-calling-participants-list__contact {
|
||||
}
|
||||
}
|
||||
|
||||
&--clear-filter-button {
|
||||
height: $normal-row-height;
|
||||
}
|
||||
|
||||
&--header {
|
||||
@include font-body-1-bold;
|
||||
|
||||
@@ -5520,10 +5524,25 @@ button.module-calling-participants-list__contact {
|
||||
background-color: $color-gray-75;
|
||||
}
|
||||
}
|
||||
.module-left-pane__no-search-results__unread-header {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.module-left-pane__no-search-results--withHeader {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 15px;
|
||||
// This applies only for filter by unread, set margin
|
||||
// for clear filter button
|
||||
margin-bottom: 20px;
|
||||
padding-inline: 1em;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.module-left-pane__no-search-results,
|
||||
.module-left-pane__compose-no-contacts {
|
||||
flex-grow: 1;
|
||||
margin-top: 27px;
|
||||
padding-inline: 1em;
|
||||
width: 100%;
|
||||
@@ -5531,6 +5550,10 @@ button.module-calling-participants-list__contact {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.module-left-pane__compose-no-contacts {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.module-left-pane__no-search-results__sms-only {
|
||||
margin-top: 12px;
|
||||
@include light-theme {
|
||||
|
||||
Reference in New Issue
Block a user