1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-20 23:46:26 -04:00

Merge pull request from delightfulagony/master

Fixed bug that made the whole 'Invidious' home link div clickable. Solves 
This commit is contained in:
Omar Roth 2019-10-04 10:25:10 -04:00 committed by GitHub
commit d36c536107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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