mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Improve left pane UI when loading search results
This commit is contained in:
16
stylesheets/components/SearchResultsLoadingFakeHeader.scss
Normal file
16
stylesheets/components/SearchResultsLoadingFakeHeader.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
// These styles should match the "real" header.
|
||||
.module-SearchResultsLoadingFakeHeader {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
padding-left: 16px;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
display: block;
|
||||
@include search-results-loading-box(25%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user