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
2d093d5b
Commit
2d093d5b
authored
Jul 28, 2022
by
boojack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update daily review dialog style
parent
12b37370
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
DailyReviewDialog.tsx
web/src/components/DailyReviewDialog.tsx
+1
-0
daily-review-dialog.less
web/src/less/daily-review-dialog.less
+5
-1
No files found.
web/src/components/DailyReviewDialog.tsx
View file @
2d093d5b
...
...
@@ -72,6 +72,7 @@ const DailyReviewDialog: React.FC<Props> = (props: Props) => {
<
button
className=
"btn-text"
onClick=
{
handleShareBtnClick
}
>
<
i
className=
"fa-solid fa-share-nodes icon-img"
></
i
>
</
button
>
<
span
className=
"split-line"
>
/
</
span
>
<
button
className=
"btn-text"
onClick=
{
()
=>
props
.
destroy
()
}
>
<
i
className=
"fa-solid fa-xmark fa-lg icon-img"
></
i
>
</
button
>
...
...
web/src/less/daily-review-dialog.less
View file @
2d093d5b
...
...
@@ -10,7 +10,7 @@
@apply relative flex flex-row justify-between items-center w-full p-6 pb-0 mb-0;
> .title-text {
@apply cursor-pointer select-none rounded hover:bg-gray-100;
@apply
px-2 py-1 -ml-2
cursor-pointer select-none rounded hover:bg-gray-100;
}
> .btns-container {
...
...
@@ -27,6 +27,10 @@
@apply ~"p-0.5";
}
}
> .split-line {
@apply font-mono text-gray-300 mr-2;
}
}
> .date-picker {
...
...
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