summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-12-28 10:56:52 +0100
committerOskar Nyberg <oskar@mullvad.net>2024-01-05 16:51:03 +0100
commitf501c34baae5bafdca5d5f0ce7d511db7e470a82 (patch)
treee1aad3a00926a1062f187ca1070c4ebd37874e21 /gui
parent2accfd90d5a98f9b7a02a3c60fd4164e58bf5824 (diff)
downloadmullvadvpn-f501c34baae5bafdca5d5f0ce7d511db7e470a82.tar.xz
mullvadvpn-f501c34baae5bafdca5d5f0ce7d511db7e470a82.zip
Align custom list buttons
Diffstat (limited to 'gui')
-rw-r--r--gui/src/renderer/components/select-location/LocationRow.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/src/renderer/components/select-location/LocationRow.tsx b/gui/src/renderer/components/select-location/LocationRow.tsx
index 431df24331..e958bd0c98 100644
--- a/gui/src/renderer/components/select-location/LocationRow.tsx
+++ b/gui/src/renderer/components/select-location/LocationRow.tsx
@@ -105,6 +105,10 @@ const StyledHoverIconButton = styled.button<IButtonColorProps & { $isLast?: bool
height: measurements.rowMinHeight,
appearance: 'none',
+ '&&:last-child': {
+ paddingRight: '25px',
+ },
+
'&&:not(:disabled):hover': {
backgroundColor: props.$backgroundColor,
},