Commit 45cf1585 authored by Steven's avatar Steven

chore: fix max width of home section

parent 7340ae15
web/public/logo.png

56 KB | W: | H:

web/public/logo.png

311 KB | W: | H:

web/public/logo.png
web/public/logo.png
web/public/logo.png
web/public/logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -67,8 +67,8 @@ const Home = () => { ...@@ -67,8 +67,8 @@ const Home = () => {
<HomeSidebarDrawer /> <HomeSidebarDrawer />
</MobileHeader> </MobileHeader>
)} )}
<div className={classNames("w-full flex flex-row justify-start items-start px-4 sm:px-6 gap-6")}> <div className={classNames("w-full flex flex-row justify-start items-start px-4 sm:px-6 gap-4")}>
<div className="w-full"> <div className={classNames(md ? "w-[calc(100%-15rem)]" : "w-full")}>
<MemoEditor className="mb-2" cacheKey="home-memo-editor" /> <MemoEditor className="mb-2" cacheKey="home-memo-editor" />
<div className="flex flex-col justify-start items-start w-full max-w-full pb-28"> <div className="flex flex-col justify-start items-start w-full max-w-full pb-28">
<MemoFilter /> <MemoFilter />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment