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
734d5f3a
Commit
734d5f3a
authored
Aug 20, 2022
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update create tag tip style
parent
2cf07753
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TagList.tsx
web/src/components/TagList.tsx
+1
-1
tag-list.less
web/src/less/tag-list.less
+1
-1
No files found.
web/src/components/TagList.tsx
View file @
734d5f3a
...
@@ -76,7 +76,7 @@ const TagList: React.FC<Props> = () => {
...
@@ -76,7 +76,7 @@ const TagList: React.FC<Props> = () => {
{
tags
.
map
((
t
,
idx
)
=>
(
{
tags
.
map
((
t
,
idx
)
=>
(
<
TagItemContainer
key=
{
t
.
text
+
"-"
+
idx
}
tag=
{
t
}
tagQuery=
{
query
?.
tag
}
/>
<
TagItemContainer
key=
{
t
.
text
+
"-"
+
idx
}
tag=
{
t
}
tagQuery=
{
query
?.
tag
}
/>
))
}
))
}
<
Only
when=
{
!
userService
.
isVisitorMode
()
&&
tags
.
length
<
5
}
>
<
Only
when=
{
!
userService
.
isVisitorMode
()
&&
tags
.
length
===
0
}
>
<
p
className=
"tip-text"
>
{
t
(
"tag-list.tip-text"
)
}
</
p
>
<
p
className=
"tip-text"
>
{
t
(
"tag-list.tip-text"
)
}
</
p
>
</
Only
>
</
Only
>
</
div
>
</
div
>
...
...
web/src/less/tag-list.less
View file @
734d5f3a
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
}
}
> .tip-text {
> .tip-text {
@apply w-full bg-
white
mt-2 pl-4 leading-8 rounded text-sm text-gray-400 font-mono;
@apply w-full bg-
gray-50
mt-2 pl-4 leading-8 rounded text-sm text-gray-400 font-mono;
}
}
}
}
}
}
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