From 6cca7fb46036cc15b60f281d63033a13aef2df0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 20 Jun 2015 22:40:55 +0200 Subject: [PATCH] Fixed search on mobile and desktop --- index.php | 4 ++-- static/css/style.css | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 3dd3551a..1bd0a88a 100755 --- a/index.php +++ b/index.php @@ -120,9 +120,9 @@
Thumb -
+
- + diff --git a/static/css/style.css b/static/css/style.css index 815c3d1b..416387f2 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -519,7 +519,7 @@ ul #chat-log{ background-color: rgba(0,0,0,0.4); } .search-title{ - height: 36px; + height: 40px; } .list-remove{ @@ -753,6 +753,11 @@ ul #chat-log{ .main, #main-row, .video-container, #playlist{ height:100% !important; + margin-bottom: -5px; + } + + .chan { + text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.42); } .control-list li a{ min-width: 0px; width: 37px; padding: 0 0 0 5px;}