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
@@ -105,7 +105,9 @@ export function paneRemoteConfig(
void addPanel(paneEl, "E2EE Configuration", () => {}).then((paneEl) => {
const infoPanel = new SveltePanel(InfoPanel, paneEl, E2EESummaryWritable);
this.lifetimeComponent.register(() => infoPanel.destroy());
const setupButton = new Setting(paneEl).setName("Configure E2EE");
const setupButton = new Setting(paneEl)
.setName("Configure E2EE")
.setClass("sls-setting-mobile-wrap-controls");
setupButton
.addButton((button) =>
setButtonDestructiveState(button)