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
10d710cf
Commit
10d710cf
authored
Jul 10, 2022
by
boojack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix editor z-index
parent
21702b61
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
home.less
web/src/less/home.less
+1
-1
memo-content.less
web/src/less/memo-content.less
+2
-2
siderbar.less
web/src/less/siderbar.less
+1
-1
usage-heat-map.less
web/src/less/usage-heat-map.less
+1
-2
No files found.
web/src/less/home.less
View file @
10d710cf
...
...
@@ -12,7 +12,7 @@
}
> .memos-wrapper {
@apply relative
w-full
max-w-2xl min-h-full flex flex-col justify-start items-start px-4 sm:pr-6;
@apply relative
flex-grow
max-w-2xl min-h-full flex flex-col justify-start items-start px-4 sm:pr-6;
> .memos-editor-wrapper {
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10;
...
...
web/src/less/memo-content.less
View file @
10d710cf
@import "./mixin.less";
.memo-content-text {
@apply w-full whitespace-pre-wrap break-
words
text-base leading-7;
@apply w-full whitespace-pre-wrap break-
all
text-base leading-7;
> p {
@apply inline-block w-full h-auto mb-1 last:mb-0 text-base leading-7 whitespace-pre-wrap break-
words
;
@apply inline-block w-full h-auto mb-1 last:mb-0 text-base leading-7 whitespace-pre-wrap break-
all
;
}
.tag-span {
...
...
web/src/less/siderbar.less
View file @
10d710cf
@import "./mixin.less";
.sidebar-wrapper {
@apply fixed sm:sticky top-0 left-0 hidden sm:!flex flex-col justify-start items-start w-64 h-screen py-4 pl-2
z-20
bg-white sm:bg-transparent shadow-2xl sm:shadow-none overflow-x-hidden overflow-y-auto transition-all;
@apply fixed sm:sticky top-0 left-0 hidden sm:!flex flex-col justify-start items-start w-64 h-screen py-4 pl-2 bg-white sm:bg-transparent shadow-2xl sm:shadow-none overflow-x-hidden overflow-y-auto transition-all;
.hide-scroll-bar();
> .close-container {
...
...
web/src/less/usage-heat-map.less
View file @
10d710cf
...
...
@@ -6,8 +6,7 @@
@stat-day-L4-bg: #216e39;
.usage-heat-map-wrapper {
.flex(row, flex-start, center);
@apply w-full h-32 flex-wrap pr-6 pb-3;
@apply flex flex-row justify-start items-center w-full h-32 flex-wrap pr-6 pb-3;
> .day-tip-text-container {
@apply w-6 h-full grid grid-rows-7;
...
...
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