mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix max width of home section
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 311 KiB |
Binary file not shown.
Before Width: | Height: | Size: 56 KiB |
@@ -67,8 +67,8 @@ const Home = () => {
|
||||
<HomeSidebarDrawer />
|
||||
</MobileHeader>
|
||||
)}
|
||||
<div className={classNames("w-full flex flex-row justify-start items-start px-4 sm:px-6 gap-6")}>
|
||||
<div className="w-full">
|
||||
<div className={classNames("w-full flex flex-row justify-start items-start px-4 sm:px-6 gap-4")}>
|
||||
<div className={classNames(md ? "w-[calc(100%-15rem)]" : "w-full")}>
|
||||
<MemoEditor className="mb-2" cacheKey="home-memo-editor" />
|
||||
<div className="flex flex-col justify-start items-start w-full max-w-full pb-28">
|
||||
<MemoFilter />
|
||||
|
Reference in New Issue
Block a user