Small fix to ensure close button for sidenav stays there on desktop

This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-08 16:07:10 +01:00
parent f6fc3b4c81
commit 62934c10c0
2 changed files with 2 additions and 1 deletions

View File

@@ -356,6 +356,7 @@ function init(){
if(Helper.mobilecheck()) {
Mobile_remote.initiate_volume();
$(".close-settings").addClass("hide");
} else {
$('input#chan_description').characterCounter();
window_width_volume_slider();

View File

@@ -1,5 +1,5 @@
<li class="no-padding">
<div class="nav-btn close-settings clickable hide-on-small-only" title="Close" id="closeSettings">
<div class="nav-btn close-settings clickable" title="Close" id="closeSettings">
<i class="material-icons auto-margin">close</i>
</div>
<ul class="collapsible collapsible-accordion">