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.
This commit is contained in:
AHOHNMYC 2023-06-29 01:49:29 +03:00 committed by GitHub
parent 75c4c0b349
commit 54c6689b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;