Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
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
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
35a67ebf
Commit
35a67ebf
authored
Nov 12, 2024
by
Alejandro Celaya
Committed by
Alejandro Celaya
Nov 12, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust styles for new Lockicon
parent
c9a41a25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
AnnotationHeader.tsx
src/sidebar/components/Annotation/AnnotationHeader.tsx
+2
-2
ShareAnnotations.tsx
src/sidebar/components/ShareDialog/ShareAnnotations.tsx
+1
-1
No files found.
src/sidebar/components/Annotation/AnnotationHeader.tsx
View file @
35a67ebf
...
...
@@ -113,10 +113,10 @@ function AnnotationHeader({
return
(
<
header
>
<
div
className=
"flex gap-x-1 items-
baseline
flex-wrap-reverse"
>
<
div
className=
"flex gap-x-1 items-
center
flex-wrap-reverse"
>
{
isPrivate
(
annotation
.
permissions
)
&&
!
isEditing
&&
(
<
LockIcon
className=
"w-[1
0px] h-[10
px]"
className=
"w-[1
2px] h-[12
px]"
title=
"This annotation is visible only to you"
/>
)
}
...
...
src/sidebar/components/ShareDialog/ShareAnnotations.tsx
View file @
35a67ebf
...
...
@@ -94,7 +94,7 @@ function ShareAnnotations({ toastMessenger }: ShareAnnotationsProps) {
)
}{
' '
}
<
span
>
Private (
<
LockIcon
className=
"inline w-
em h-em ml-0.5
-mt-0.5"
/>
{
' '
}
<
LockIcon
className=
"inline w-
[14px] h-[14px]
-mt-0.5"
/>
{
' '
}
<
em
>
Only Me
</
em
>
) annotations are only visible to you.
</
span
>
</
p
>
...
...
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