Fixed search on mobile and desktop

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-20 22:40:55 +02:00
parent dc97a1845b
commit 6cca7fb460
2 changed files with 8 additions and 3 deletions

View File

@@ -120,7 +120,7 @@
<div id="result" class="result">
<img class="thumb" src="//:0" alt="Thumb"/>
<div class="search-title"></div>
<div class="search-title truncate"></div>
<span class="result_info"></span>
<a href="#add" class="waves-effect waves-orange btn-flat add-many" title="Add several videos">

View File

@@ -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;}