chore: update access token ui

This commit is contained in:
Steven
2023-09-15 08:18:30 +08:00
parent 33d9c13b7e
commit f5802a7d82
15 changed files with 373 additions and 41 deletions

View File

@ -49,7 +49,7 @@ const Setting = () => {
};
return (
<section className="w-full min-h-full flex flex-col md:flex-row justify-start items-start px-4 sm:px-2 sm:pt-4 pb-8 bg-zinc-100 dark:bg-zinc-800">
<section className="w-full max-w-3xl min-h-full flex flex-col md:flex-row justify-start items-start px-4 sm:px-2 sm:pt-4 pb-8 bg-zinc-100 dark:bg-zinc-800">
<MobileHeader showSearch={false} />
<div className="setting-page-wrapper">
<div className="section-selector-container">
@ -100,7 +100,7 @@ const Setting = () => {
</>
) : null}
</div>
<div className="section-content-container">
<div className="section-content-container sm:max-w-[calc(100%-14rem)]">
<Select
className="block mb-2 sm:!hidden"
value={state.selectedSection}