Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
45cf1585
Commit
45cf1585
authored
Jan 14, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix max width of home section
parent
7340ae15
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
logo.png
web/public/logo.png
+0
-0
logo.webp
web/public/logo.webp
+0
-0
Home.tsx
web/src/pages/Home.tsx
+2
-2
No files found.
web/public/logo.png
View replaced file @
7340ae15
View file @
45cf1585
56 KB
|
W:
|
H:
311 KB
|
W:
|
H:
2-up
Swipe
Onion skin
web/public/logo.webp
deleted
100644 → 0
View file @
7340ae15
File deleted
web/src/pages/Home.tsx
View file @
45cf1585
...
@@ -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
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment