mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 23:46:26 -04:00
Fix page shift on search bar focus
This commit is contained in:
parent
8ab339396a
commit
673b0d2cd3
@ -213,7 +213,7 @@ img.thumbnail {
|
||||
}
|
||||
|
||||
.searchbar input[type="search"]:focus {
|
||||
margin: 0 0 0.5px 0;
|
||||
margin: 0;
|
||||
border: 2px solid;
|
||||
border-color: rgba(0,0,0,0);
|
||||
border-bottom-color: #FED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user