Allow toggling moving UI on any device (you still won't be able to use it)

6f2b567efe09305266729d8bec6248ea36f599bb

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +4 -8Ignore whitespace
public/css/mobile-styles.css+4 -0
@@ -5,6 +5,10 @@
55 width: unset;
66 }
77
8+ #sheldWidthToggleBlock {
9+ display: none;
10+ }
11+
812 .bg_button {
913 font-size: 15px;
1014 }
public/script.js+0 -8
@@ -8961,14 +8961,6 @@ API Settings: ${JSON.stringify(getSettingsContents[getSettingsContents.main_api
89618961}
89628962
89638963jQuery(async function () {
8964-
8965- if (isMobile()) {
8966- console.debug('hiding movingUI and sheldWidth toggles for mobile');
8967- $('#sheldWidthToggleBlock').hide();
8968- $('#movingUIModeCheckBlock').hide();
8969-
8970- }
8971-
89728964 async function doForceSave() {
89738965 await saveSettings();
89748966 await saveChatConditional();