Fixing double playlist error

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-28 18:43:40 +02:00
parent e8adcafecc
commit c10477f4e0
5 changed files with 7 additions and 5 deletions

View File

@@ -125,7 +125,7 @@
color:#2d2d2d color:#2d2d2d
} }
.chan-link{ .chan-link, .chan-link-element{
width: 100%; width: 100%;
padding: 0; padding: 0;
color: orange !important; color: orange !important;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1570,7 +1570,9 @@ $(document).keydown(function(event) {
!$("#chan_description").is(":focus") && !$("#chan_description").is(":focus") &&
!$("#contact-form-from").is(":focus") && !$("#contact-form-from").is(":focus") &&
!$("#contact-form-message").is(":focus") && !$("#contact-form-message").is(":focus") &&
!$("#remote_channel").is(":focus")) { !$("#remote_channel").is(":focus") &&
!$("#import").is(":focus") &&
!$("#import_spotify").is(":focus")) {
if(Player.player.getPlayerState() == 1) { if(Player.player.getPlayerState() == 1) {
event.preventDefault(); event.preventDefault();
Player.player.pauseVideo(); Player.player.pauseVideo();

View File

@@ -151,7 +151,7 @@
</p> </p>
</div> </div>
<div class="card-action noselect"> <div class="card-action noselect">
<span class="chan-link waves-effect waves-orange btn-flat">Listen</span> <span class="chan-link-element waves-effect waves-orange btn-flat">Listen</span>
</div> </div>
<div class="card-reveal"> <div class="card-reveal">
<span class="card-title grey-text text-darken-4"></span> <span class="card-title grey-text text-darken-4"></span>