Fix conversation pill alignment in search input

This commit is contained in:
norstbox 2023-03-03 20:35:18 +03:00 committed by GitHub
parent c488b626bf
commit 2b954e72c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
@include button-reset; @include button-reset;
@include rounded-corners; @include rounded-corners;
align-items: center; align-items: center;
bottom: 3px; bottom: 4px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
left: 3px; left: 3px;
padding: 0 3px 0 0; padding: 0 3px 0 0;
position: absolute; position: absolute;
top: 5px; top: 4px;
@include light-theme { @include light-theme {
background-color: $color-gray-25; background-color: $color-gray-25;