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
ca117058
Commit
ca117058
authored
Aug 24, 2022
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update i18n
parent
f5629c82
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
home.less
web/src/less/home.less
+1
-1
memo-editor.less
web/src/less/memo-editor.less
+1
-1
en.json
web/src/locales/en.json
+1
-0
zh.json
web/src/locales/zh.json
+1
-1
No files found.
web/src/less/home.less
View file @
ca117058
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
}
}
> .memos-wrapper {
> .memos-wrapper {
@apply relative flex-grow max-w-2xl min-h-full flex flex-col justify-start items-start px-4 sm:pr-6
overflow-x-hidden
;
@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 {
> .memos-editor-wrapper {
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10;
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10;
...
...
web/src/less/memo-editor.less
View file @
ca117058
@import "./mixin.less";
@import "./mixin.less";
.memo-editor-container {
.memo-editor-container {
@apply transition-all relative w-full
max-h-full
flex flex-col justify-start items-start bg-white p-4 rounded-lg border-2 border-gray-200;
@apply transition-all relative w-full flex flex-col justify-start items-start bg-white p-4 rounded-lg border-2 border-gray-200;
&.fullscreen {
&.fullscreen {
@apply fixed w-full h-full top-0 left-0 z-1000 border-none rounded-none sm:p-8;
@apply fixed w-full h-full top-0 left-0 z-1000 border-none rounded-none sm:p-8;
...
...
web/src/locales/en.json
View file @
ca117058
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
"pin"
:
"Pin"
,
"pin"
:
"Pin"
,
"unpin"
:
"Unpin"
,
"unpin"
:
"Unpin"
,
"edit"
:
"Edit"
,
"edit"
:
"Edit"
,
"restore"
:
"Restore"
,
"delete"
:
"Delete"
,
"delete"
:
"Delete"
,
"share"
:
"Share"
,
"share"
:
"Share"
,
"mark"
:
"Mark"
,
"mark"
:
"Mark"
,
...
...
web/src/locales/zh.json
View file @
ca117058
...
@@ -9,12 +9,12 @@
...
@@ -9,12 +9,12 @@
"create"
:
"创建"
,
"create"
:
"创建"
,
"change"
:
"修改"
,
"change"
:
"修改"
,
"reset"
:
"重置"
,
"reset"
:
"重置"
,
"restore"
:
"恢复"
,
"language"
:
"语言"
,
"language"
:
"语言"
,
"version"
:
"版本"
,
"version"
:
"版本"
,
"pin"
:
"置顶"
,
"pin"
:
"置顶"
,
"unpin"
:
"取消置顶"
,
"unpin"
:
"取消置顶"
,
"edit"
:
"编辑"
,
"edit"
:
"编辑"
,
"restore"
:
"恢复"
,
"delete"
:
"删除"
,
"delete"
:
"删除"
,
"share"
:
"分享"
,
"share"
:
"分享"
,
"mark"
:
"标注"
,
"mark"
:
"标注"
,
...
...
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