Fix mobile settings layout overflow

This commit is contained in:
vorotamoroz
2026-08-25 17:27:31 +00:00
parent 0b1f5ca719
commit 4ff5b4dfe8
8 changed files with 339 additions and 57 deletions
@@ -30,6 +30,10 @@ vi.mock("./LiveSyncSetting.ts", () => ({
return this;
}
setClass() {
return this;
}
addButton() {
return this;
}