From 2b954e72c9c4c514fd6843938daec691db4625f0 Mon Sep 17 00:00:00 2001 From: norstbox <4142906+norstbox@users.noreply.github.com> Date: Fri, 3 Mar 2023 20:35:18 +0300 Subject: [PATCH] Fix conversation pill alignment in search input --- stylesheets/components/LeftPaneSearchInput.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/components/LeftPaneSearchInput.scss b/stylesheets/components/LeftPaneSearchInput.scss index 1ad30dd9d7a7..20b0d5061fbe 100644 --- a/stylesheets/components/LeftPaneSearchInput.scss +++ b/stylesheets/components/LeftPaneSearchInput.scss @@ -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;