Shufflebutton visible on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-09 10:13:20 +02:00
parent f88d53b132
commit 1a52a9f769
2 changed files with 2 additions and 2 deletions

View File

@@ -2546,7 +2546,7 @@ nav ul li:hover, nav ul li.active {
}
.control-list{
position: absolute !important;
width: 88px;
width: 120px;
}
.page-footer{

View File

@@ -55,7 +55,7 @@
</a>
</li>-->
<li>
<a class="nav-btn hide-on-small-only" href="#stir" id="shuffle">
<a class="nav-btn" href="#stir" id="shuffle">
<i class="material-icons">shuffle</i>
<!--<span class="hover-text">Stir</span>-->
</a>