update advanced port margin, update settings bottom bar height

This commit is contained in:
Eduard Gert
2026-06-05 12:29:18 +02:00
parent 0ce3fbf5af
commit 4427aaa31f
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ export function SettingsAdvanced() {
}))
}
/>
<HelpText>{t("settings.advanced.port.help")}</HelpText>
<HelpText className={"mt-1.5"}>{t("settings.advanced.port.help")}</HelpText>
</div>
<Input
label={t("settings.advanced.mtu.label")}

View File

@@ -24,7 +24,7 @@ export const SectionGroup = ({
// scrollable content above doesn't end up hidden behind the bar.
export const SettingsBottomBar = ({ children }: { children: ReactNode }) => (
<>
<div className={"h-[4.1rem] shrink-0"} aria-hidden />
<div className={"h-[4rem] shrink-0"} aria-hidden />
<div className={"absolute bottom-0 left-0 w-full"}>
<div
className={