mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-29 07:58:35 +00:00
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:
parent
75c4c0b349
commit
54c6689b8f
@ -237,7 +237,6 @@ div.watched-indicator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.searchbar input[type="search"]:focus {
|
.searchbar input[type="search"]:focus {
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user