Fix css bug on fixed header

Fix bug on current activity progress when playing transcoded music track
This commit is contained in:
Tim 2015-06-23 16:58:58 +02:00
commit 849078dab0
3 changed files with 1 additions and 8 deletions

View file

@ -5476,12 +5476,6 @@ button.close {
padding-left: 20px;
padding-right: 20px;
}
.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
margin-left: -20px;
margin-right: -20px;
}
.container-fluid {
padding: 0;
}

View file

@ -75,7 +75,6 @@
</div>
<div class="user-platforms-instance-playcount">
<h3>${a['rows'][0]['total_plays']}</h3>
<p> plays</p>
</div>
</li>