style: adjust unify setting item margin
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
431a32345d
commit
f7460fd7ce
|
|
@ -211,7 +211,7 @@ export const SettingActionItem = ({
|
|||
action: () => void
|
||||
buttonText: string
|
||||
}) => (
|
||||
<div className={cn("relative mb-3 mt-4 flex items-center justify-between gap-4")}>
|
||||
<div className={cn("relative mb-2 mt-4 flex items-center justify-between gap-4")}>
|
||||
<div className="text-sm font-medium">
|
||||
{typeof label === "string" ? titleCase(label) : label}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -376,7 +376,7 @@ const CustomCSS = () => {
|
|||
}}
|
||||
buttonText={t("appearance.custom_css.button")}
|
||||
/>
|
||||
<SettingDescription className="-mt-3">
|
||||
<SettingDescription className="-mt-2">
|
||||
{t("appearance.custom_css.description")}
|
||||
</SettingDescription>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in New Issue