summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2019-10-04 10:25:10 -0400
committerGitHub <noreply@github.com>2019-10-04 10:25:10 -0400
commitd36c536107baaedfbbb983a0457ca6b16d19743e (patch)
tree1edc970fc05f16f4ccc19235cbda50052f25e62e
parentda07f99d3d81242064722d05eab35b028568fe1f (diff)
parentaffeeb39decd206589eb7ab28aec93188a21ad5e (diff)
downloadinvidious-d36c536107baaedfbbb983a0457ca6b16d19743e.tar.gz
invidious-d36c536107baaedfbbb983a0457ca6b16d19743e.tar.bz2
invidious-d36c536107baaedfbbb983a0457ca6b16d19743e.zip
Merge pull request #792 from delightfulagony/master
Fixed bug that made the whole 'Invidious' home link 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"] {