Skip to content

Commit

Permalink
always display left side bar on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
secure-77 committed Sep 23, 2024
1 parent e281683 commit 2da4c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perlite/.js/perlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ function hideLeftMobile() {
$('.workspace').removeClass('is-left-sidedock-open');
$('.mod-left-split').addClass('is-sidedock-collapse');
$('.mod-left').addClass('is-collapsed');
$('.workspace-ribbon.side-dock-ribbon.mod-left').css('display', 'none');
//$('.workspace-ribbon.side-dock-ribbon.mod-left').css('display', 'none');

};

Expand Down

0 comments on commit 2da4c6b

Please sign in to comment.