mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Fixed bug that made the whole 'Invidious' div clickable. Solves #691
This commit is contained in:
parent
da07f99d3d
commit
affeeb39de
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ img.thumbnail {
|
||||||
|
|
||||||
.navbar .index-link {
|
.navbar .index-link {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar > .searchbar .pure-form input[type="search"] {
|
.navbar > .searchbar .pure-form input[type="search"] {
|
||||||
|
|
Loading…
Reference in a new issue