Fixed bug that made the whole 'Invidious' div clickable. Solves #691

This commit is contained in:
agony 2019-10-02 14:05:58 +02:00
parent da07f99d3d
commit affeeb39de
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ img.thumbnail {
.navbar .index-link {
font-weight: bold;
display: inline;
}
.navbar > .searchbar .pure-form input[type="search"] {