主题切换面板改版

This commit is contained in:
tangly1024.com
2024-09-24 16:02:15 +08:00
parent e0b7fc31ac
commit a7818f9d6e
2 changed files with 10 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ const ThemeSwitch = () => {
</Draggable>
<SideBarDrawer
className='p-10'
className='p-10 max-w-3xl 2xl:max-w-5xl'
isOpen={sideBarVisible}
showOnPC={true}
onClose={() => {
@@ -98,7 +98,7 @@ const ThemeSwitch = () => {
<div> Click below to switch the theme.</div>
{/* 陈列所有主题 */}
<div>
<div className='grid lg:grid-cols-2 gap-6'>
{THEMES?.map(t => {
return (
<div