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
d3b26f71
Commit
d3b26f71
authored
Sep 02, 2022
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update about dialog
parent
422e190c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
AboutSiteDialog.tsx
web/src/components/AboutSiteDialog.tsx
+2
-1
about-site-dialog.less
web/src/less/about-site-dialog.less
+5
-1
No files found.
web/src/components/AboutSiteDialog.tsx
View file @
d3b26f71
...
@@ -38,13 +38,14 @@ const AboutSiteDialog: React.FC<Props> = ({ destroy }: Props) => {
...
@@ -38,13 +38,14 @@ const AboutSiteDialog: React.FC<Props> = ({ destroy }: Props) => {
<
div
className=
"dialog-header-container"
>
<
div
className=
"dialog-header-container"
>
<
p
className=
"title-text"
>
<
p
className=
"title-text"
>
<
span
className=
"icon-text"
>
🤠
</
span
>
<
span
className=
"icon-text"
>
🤠
</
span
>
{
t
(
"common.about"
)
}
<
b
>
Memos
</
b
>
{
t
(
"common.about"
)
}
</
p
>
</
p
>
<
button
className=
"btn close-btn"
onClick=
{
handleCloseBtnClick
}
>
<
button
className=
"btn close-btn"
onClick=
{
handleCloseBtnClick
}
>
<
Icon
.
X
/>
<
Icon
.
X
/>
</
button
>
</
button
>
</
div
>
</
div
>
<
div
className=
"dialog-content-container"
>
<
div
className=
"dialog-content-container"
>
<
img
className=
"logo-img"
src=
"/logo-full.webp"
alt=
""
/>
<
p
>
{
t
(
"slogan"
)
}
</
p
>
<
p
>
{
t
(
"slogan"
)
}
</
p
>
<
br
/>
<
br
/>
<
div
className=
"addtion-info-container"
>
<
div
className=
"addtion-info-container"
>
...
...
web/src/less/about-site-dialog.less
View file @
d3b26f71
...
@@ -7,7 +7,11 @@
...
@@ -7,7 +7,11 @@
@apply w-112 max-w-full;
@apply w-112 max-w-full;
> .dialog-content-container {
> .dialog-content-container {
@apply leading-relaxed;
@apply flex flex-col justify-start items-start leading-relaxed;
> .logo-img {
@apply h-16;
}
> p {
> p {
@apply my-1;
@apply my-1;
...
...
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