signal-desktop/stylesheets/components/LeftPaneFindByUsernameHelper.scss
Fedor Indutny a329189489
New compose UX for usernames/e164
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
2024-02-08 15:19:03 -08:00

9 lines
229 B
SCSS

// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.LeftPaneFindByUsernameHelper {
&__search-input__input.module-SearchInput__input {
margin-block-start: 8px;
padding-inline: 12px;
}
}