mirror of https://github.com/usememos/memos.git
chore: fix max width of home section
This commit is contained in:
parent
7340ae15f7
commit
45cf158508
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 />
|
||||
|
|
|
|||
Loading…
Reference in New Issue