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 @@
5 width: unset;5 width: unset;
6 }6 }
77
8 #sheldWidthToggleBlock {
9 display: none;
10 }
11
8 .bg_button {12 .bg_button {
9 font-size: 15px;13 font-size: 15px;
10 }14 }
public/script.js+0 -8
@@ -8961,14 +8961,6 @@ API Settings: ${JSON.stringify(getSettingsContents[getSettingsContents.main_api
8961}8961}
89628962
8963jQuery(async function () {8963jQuery(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
8972 async function doForceSave() {8964 async function doForceSave() {
8973 await saveSettings();8965 await saveSettings();
8974 await saveChatConditional();8966 await saveChatConditional();