summaryrefslogtreecommitdiffhomepage
path: root/desktop
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2025-06-30 09:58:39 +0200
committerOskar <oskar@mullvad.net>2025-06-30 09:58:39 +0200
commitfce576a081d40290bf085ed8481fbf99cee9e99c (patch)
tree5284389e34977a84e8ae585bcfbcd00fb38a968a /desktop
parent893516e80ffb116a9d5fa66c8724bdc85066e613 (diff)
downloadmullvadvpn-fce576a081d40290bf085ed8481fbf99cee9e99c.tar.xz
mullvadvpn-fce576a081d40290bf085ed8481fbf99cee9e99c.zip
Fix margins of Linux split tunneling file picker button
Diffstat (limited to 'desktop')
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/components/SplitTunnelingSettings.tsx18
1 files changed, 10 insertions, 8 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/SplitTunnelingSettings.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/SplitTunnelingSettings.tsx
index 7ee3277335..26fe69ab7c 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/components/SplitTunnelingSettings.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/components/SplitTunnelingSettings.tsx
@@ -189,14 +189,16 @@ function LinuxSplitTunnelingSettings(props: IPlatformSplitTunnelingSettingsProps
<ApplicationList applications={filteredApplications} rowRenderer={rowRenderer} />
)}
- <Button onClick={launchWithFilePicker}>
- <Button.Text>
- {
- // TRANSLATORS: Button label for browsing applications with split tunneling.
- messages.pgettext('split-tunneling-view', 'Find another app')
- }
- </Button.Text>
- </Button>
+ <Flex $margin={{ horizontal: 'medium', bottom: 'large' }}>
+ <Button onClick={launchWithFilePicker}>
+ <Button.Text>
+ {
+ // TRANSLATORS: Button label for browsing applications with split tunneling.
+ messages.pgettext('split-tunneling-view', 'Find another app')
+ }
+ </Button.Text>
+ </Button>
+ </Flex>
</FlexColumn>
<ModalAlert