mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Fix page shift on search bar focus (#3304)
This commit is contained in:
parent
53fb6ad039
commit
c3de622493
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue