summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoragony <agony.root@protonmail.com>2019-10-02 14:05:58 +0200
committeragony <agony.root@protonmail.com>2019-10-02 14:05:58 +0200
commitaffeeb39decd206589eb7ab28aec93188a21ad5e (patch)
tree1edc970fc05f16f4ccc19235cbda50052f25e62e
parentda07f99d3d81242064722d05eab35b028568fe1f (diff)
downloadinvidious-affeeb39decd206589eb7ab28aec93188a21ad5e.tar.gz
invidious-affeeb39decd206589eb7ab28aec93188a21ad5e.tar.bz2
invidious-affeeb39decd206589eb7ab28aec93188a21ad5e.zip
Fixed bug that made the whole 'Invidious' div clickable. Solves #691
-rw-r--r--assets/css/default.css1
1 files changed, 1 insertions, 0 deletions
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"] {