mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Display SMS/MMS disclaimer in empty search results
This commit is contained in:
committed by
Scott Nonnenberg
parent
d1d53b645d
commit
80da8bb47b
@@ -7331,6 +7331,16 @@ button.module-image__border-overlay:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.module-left-pane__no-search-results__sms-only {
|
||||
margin-top: 12px;
|
||||
@include light-theme {
|
||||
color: $color-gray-60;
|
||||
}
|
||||
@include dark-theme {
|
||||
color: $color-gray-25;
|
||||
}
|
||||
}
|
||||
|
||||
.module-left-pane__compose-search-form {
|
||||
&__input {
|
||||
flex-grow: 1;
|
||||
|
||||
Reference in New Issue
Block a user