diff --git a/src/components/navigation/items/Item.module.scss b/src/components/navigation/items/Item.module.scss index 8251d4c3..d5e4ff33 100644 --- a/src/components/navigation/items/Item.module.scss +++ b/src/components/navigation/items/Item.module.scss @@ -147,14 +147,18 @@ @media (pointer: coarse) { .item { - height: 55px; + height: 40px; &.compact { height: 50px; - div > svg { - height: 22px; - width: 22px; + > div { + gap: 20px; + + > svg { + height: 24px; + width: 24px; + } } } } diff --git a/src/pages/settings/GenericSettings.tsx b/src/pages/settings/GenericSettings.tsx index baea15ac..b1206b0a 100644 --- a/src/pages/settings/GenericSettings.tsx +++ b/src/pages/settings/GenericSettings.tsx @@ -85,7 +85,7 @@ export function GenericSettings({ <> {showExitButton && ( - + )} @@ -93,7 +93,7 @@ export function GenericSettings({ ) : ( <> switchPage()}> - +