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
af3d3c2c
Unverified
Commit
af3d3c2c
authored
Mar 21, 2023
by
CoffDream
Committed by
GitHub
Mar 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: daily review page & setting dialog style (#1392)
parent
27a1792e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
setting-dialog.less
web/src/less/setting-dialog.less
+1
-1
DailyReview.tsx
web/src/pages/DailyReview.tsx
+4
-1
No files found.
web/src/less/setting-dialog.less
View file @
af3d3c2c
...
...
@@ -5,7 +5,7 @@
@apply w-180 max-w-full h-full sm:h-auto mb-8 p-0;
> .dialog-content-container {
@apply flex flex-row justify-start items-start relative w-full h-full
overflow-y-scroll p-0 hide-scrollbar
;
@apply flex flex-row justify-start items-start relative w-full h-full
p-0
;
> .close-btn {
@apply z-1 flex flex-col justify-center items-center absolute top-4 right-4 w-6 h-6 rounded hover:bg-gray-200 dark:hover:bg-zinc-700 hover:shadow;
...
...
web/src/pages/DailyReview.tsx
View file @
af3d3c2c
...
...
@@ -119,7 +119,10 @@ const DailyReview = () => {
handleDateStampChange=
{
handleDataPickerChange
}
/>
</
div
>
<
div
className=
"w-full h-auto flex flex-col justify-start items-start px-2 sm:px-12 pt-14 pb-8"
ref=
{
memosElRef
}
>
<
div
className=
"w-full h-auto flex flex-col justify-start items-start px-2 sm:px-12 pt-14 pb-8 bg-white dark:bg-zinc-700"
ref=
{
memosElRef
}
>
<
div
className=
"flex flex-col justify-center items-center mx-auto pb-10 select-none"
>
<
div
className=
"mx-auto font-bold text-gray-600 dark:text-gray-300 text-center leading-6 mb-2"
>
{
currentDate
.
getFullYear
()
}
</
div
>
<
div
className=
"flex flex-col justify-center items-center m-auto w-24 h-24 shadow rounded-3xl dark:bg-zinc-800"
>
...
...
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