mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Small fix to ensure close button for sidenav stays there on desktop
This commit is contained in:
@@ -356,6 +356,7 @@ function init(){
|
|||||||
|
|
||||||
if(Helper.mobilecheck()) {
|
if(Helper.mobilecheck()) {
|
||||||
Mobile_remote.initiate_volume();
|
Mobile_remote.initiate_volume();
|
||||||
|
$(".close-settings").addClass("hide");
|
||||||
} else {
|
} else {
|
||||||
$('input#chan_description').characterCounter();
|
$('input#chan_description').characterCounter();
|
||||||
window_width_volume_slider();
|
window_width_volume_slider();
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<li class="no-padding">
|
<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>
|
<i class="material-icons auto-margin">close</i>
|
||||||
</div>
|
</div>
|
||||||
<ul class="collapsible collapsible-accordion">
|
<ul class="collapsible collapsible-accordion">
|
||||||
|
|||||||
Reference in New Issue
Block a user