From affeeb39decd206589eb7ab28aec93188a21ad5e Mon Sep 17 00:00:00 2001 From: agony Date: Wed, 2 Oct 2019 14:05:58 +0200 Subject: [PATCH] Fixed bug that made the whole 'Invidious' div clickable. Solves #691 --- assets/css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/default.css b/assets/css/default.css index f9d52281..24714149 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -162,6 +162,7 @@ img.thumbnail { .navbar .index-link { font-weight: bold; + display: inline; } .navbar > .searchbar .pure-form input[type="search"] {