mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed search on mobile and desktop
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user