diff --git a/app/main.ts b/app/main.ts index be6bd572bf..2aefac3285 100644 --- a/app/main.ts +++ b/app/main.ts @@ -1249,7 +1249,7 @@ async function showScreenShareWindow(sourceName: string | undefined) { height: 44, maximizable: false, minimizable: false, - resizable: false, + resizable: true, show: false, title: getResolvedMessagesLocale().i18n('icu:screenShareWindow'), titleBarStyle: nonMainTitleBarStyle, @@ -1357,7 +1357,7 @@ async function showAbout() { const options = { width: 500, height: 500, - resizable: false, + resizable: true, title: getResolvedMessagesLocale().i18n('icu:aboutSignalDesktop'), titleBarStyle: nonMainTitleBarStyle, autoHideMenuBar: true, @@ -1405,7 +1405,7 @@ async function showSettingsWindow() { width: 700, height: 700, frame: true, - resizable: false, + resizable: true, title: getResolvedMessagesLocale().i18n('icu:signalDesktopPreferences'), titleBarStyle: mainTitleBarStyle, autoHideMenuBar: true, @@ -1497,7 +1497,7 @@ async function showDebugLogWindow() { const options: Electron.BrowserWindowConstructorOptions = { width: 700, height: 500, - resizable: false, + resizable: true, title: getResolvedMessagesLocale().i18n('icu:debugLog'), titleBarStyle: nonMainTitleBarStyle, autoHideMenuBar: true, diff --git a/stylesheets/components/Preferences.scss b/stylesheets/components/Preferences.scss index 7da2d8f77c..8bd5a25b01 100644 --- a/stylesheets/components/Preferences.scss +++ b/stylesheets/components/Preferences.scss @@ -75,7 +75,7 @@ content: ''; display: block; height: 22px; - margin-inline: 18px 14px; + margin-inline: 6px 6px; width: 22px; } @@ -179,6 +179,7 @@ &__control { align-items: center; display: flex; + flex-wrap: wrap; justify-content: space-between; min-height: 48px; padding-block: 4px; @@ -194,6 +195,7 @@ &--key { flex-grow: 1; padding-inline-end: 20px; + min-width: 22ch; } &--value {