From 168fadb6b9e0d92f37a5ddb5db6a8b16c7da7b4b Mon Sep 17 00:00:00 2001 From: gol-cha Date: Tue, 25 Jul 2023 00:56:20 +0900 Subject: [PATCH] [Glitch] Fix UI Overlap with the loupe icon in the Explore Tab Port 9a567ec1d1fdb50573c882b7e454285ef7f4200c to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components/search.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/components/search.scss b/app/javascript/flavours/glitch/styles/components/search.scss index f93e14d76c..7077166c5c 100644 --- a/app/javascript/flavours/glitch/styles/components/search.scss +++ b/app/javascript/flavours/glitch/styles/components/search.scss @@ -45,7 +45,6 @@ position: absolute; top: 16px; inset-inline-end: 10px; - z-index: 2; display: inline-block; opacity: 0; transition: all 100ms linear; @@ -241,5 +240,6 @@ &--compact &__item { padding: 10px; + padding-inline-end: 28px; } }