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

View File

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