From 54c6689b8f368ab98212d8c4daeaf96ac8a7a186 Mon Sep 17 00:00:00 2001 From: AHOHNMYC <24810600+AHOHNMYC@users.noreply.github.com> Date: Thu, 29 Jun 2023 01:49:29 +0300 Subject: [PATCH] Fix searchbar `input` in `searchbar` has 1px margin out of focus. When it is on focus, this line causes element resize and twitch all below this bar. --- assets/css/default.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/default.css b/assets/css/default.css index 431a0427..2692c172 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -237,7 +237,6 @@ div.watched-indicator { } .searchbar input[type="search"]:focus { - margin: 0; border: 2px solid; border-color: rgba(0,0,0,0); border-bottom-color: #FED;