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
3426a791
Commit
3426a791
authored
Jul 07, 2025
by
Johnny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update tag styles
parent
fb13d2e6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
Tag.tsx
web/src/components/MemoContent/Tag.tsx
+6
-2
index.tsx
web/src/components/MemoContent/index.tsx
+1
-1
No files found.
web/src/components/MemoContent/Tag.tsx
View file @
3426a791
...
...
@@ -45,10 +45,14 @@ const Tag = observer(({ content }: Props) => {
return
(
<
span
className=
{
cn
(
"inline-block w-auto text-primary"
,
context
.
disableFilter
?
""
:
"cursor-pointer hover:text-primary/80"
)
}
className=
{
cn
(
"inline-block w-auto px-1 py-px rounded-md text-sm font-medium bg-secondary text-secondary-foreground"
,
context
.
disableFilter
?
""
:
"cursor-pointer hover:opacity-80 transition-colors"
,
)
}
onClick=
{
handleTagClick
}
>
#
{
content
}
<
span
className=
"opacity-70 font-mono"
>
#
</
span
>
{
content
}
</
span
>
);
});
...
...
web/src/components/MemoContent/index.tsx
View file @
3426a791
...
...
@@ -87,7 +87,7 @@ const MemoContent = observer((props: Props) => {
<
div
ref=
{
memoContentContainerRef
}
className=
{
cn
(
"relative w-full max-w-full break-words text-base leading-
snug space-y-2
whitespace-pre-wrap"
,
"relative w-full max-w-full break-words text-base leading-
6 space-y-1
whitespace-pre-wrap"
,
showCompactMode
==
"ALL"
&&
"line-clamp-6 max-h-60"
,
contentClassName
,
)
}
...
...
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