1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-05-31 14:11:54 +05:30

Fix page shift on search bar focus ()

This commit is contained in:
Chris Helder
2022-09-11 08:16:49 -05:00
committed by GitHub
parent 53fb6ad039
commit c3de622493

@@ -213,7 +213,7 @@ img.thumbnail {
} }
.searchbar input[type="search"]:focus { .searchbar input[type="search"]:focus {
margin: 0 0 0.5px 0; margin: 0;
border: 2px solid; border: 2px solid;
border-color: rgba(0,0,0,0); border-color: rgba(0,0,0,0);
border-bottom-color: #FED; border-bottom-color: #FED;