chore: update settings width

This commit is contained in:
Fred
2024-04-30 17:42:59 +08:00
parent c3d91bf0cd
commit cadd2558fd
4 changed files with 15 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ export default function Settings(props: MenuWrapperInspectProps) {
const clientConfig = useMemo(() => getClientConfig(), []);
const cardClassName = "mb-6 md:max-w-setting-list md:mb-8 last:mb-0";
const cardClassName = "mb-6 md:mb-8 last:mb-0";
return (
<div
@@ -72,6 +72,8 @@ export default function Settings(props: MenuWrapperInspectProps) {
>
<div
className={`
w-full
max-w-screen-md
!overflow-x-hidden
overflow-y-auto
`}