mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-19 23:11:29 +02:00
update advanced port margin, update settings bottom bar height
This commit is contained in:
@@ -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")}
|
||||
|
||||
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user