From a45d2b4398ed0ee906ca63b3661cf4abeaabc38d Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 17 Jun 2025 15:46:07 +0200 Subject: [PATCH] [Glitch] Bring back vertical borders on search input in new mobile menu (light theme) Port 9d07a31380a573e7b75c454e6f6d90a174a668d9 to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/styles/mastodon-light/diff.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss index e731c86f27..4c9706b685 100644 --- a/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss +++ b/app/javascript/flavours/glitch/styles/mastodon-light/diff.scss @@ -96,18 +96,6 @@ color: $white; } -.search__input { - @media screen and (max-width: $no-gap-breakpoint) { - border-top: 0; - border-bottom: 0; - } -} - -.list-editor .search .search__input { - border-top: 0; - border-bottom: 0; -} - .upload-progress__backdrop { background: $ui-base-color; }