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
6b24f52c
Unverified
Commit
6b24f52c
authored
Dec 17, 2022
by
boojack
Committed by
GitHub
Dec 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: watermark container width (#758)
parent
7ec22482
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
share-memo-dialog.less
web/src/less/share-memo-dialog.less
+3
-3
No files found.
web/src/less/share-memo-dialog.less
View file @
6b24f52c
...
...
@@ -61,10 +61,10 @@
@apply flex flex-row justify-between items-center w-full bg-gray-100 dark:bg-zinc-700 py-2 px-6;
> .userinfo-container {
@apply w-
64 flex
flex-col justify-center items-start;
@apply w-
auto grow truncate flex mr-2
flex-col justify-center items-start;
> .name-text {
@apply text-sm truncate font-bold text-gray-600 dark:text-gray-300;
@apply
w-full
text-sm truncate font-bold text-gray-600 dark:text-gray-300;
}
> .usage-text {
...
...
@@ -73,7 +73,7 @@
}
> .logo-img {
@apply h-10 w-auto;
@apply h-10
shrink-0
w-auto;
}
}
}
...
...
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