Fix conversation pill alignment in search input
This commit is contained in:
parent
c488b626bf
commit
2b954e72c9
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue