Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
a-doc-editor
Overview
Overview
Details
Activity
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
Ramdayal Munda
a-doc-editor
Commits
eb8354a1
Commit
eb8354a1
authored
Jan 09, 2024
by
ramdayalmunda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
font-family select added
parent
12418c04
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
a-doc-editor2.css
dist/assets/a-doc-editor2.css
+11
-3
a-doc-editor2.js
dist/assets/a-doc-editor2.js
+0
-0
index.html
dist/index.html
+1
-1
No files found.
dist/assets/a-doc-editor2.css
View file @
eb8354a1
...
@@ -27,15 +27,23 @@
...
@@ -27,15 +27,23 @@
background
:
green
;
background
:
green
;
border
:
1px
solid
yelow
;
border
:
1px
solid
yelow
;
border-radius
:
3px
;
border-radius
:
3px
;
padding
:
2px
;
padding-top
:
2px
;
padding-bottom
:
2px
;
padding-left
:
4px
;
padding-right
:
4px
;
margin
:
4px
;
margin
:
4px
;
}
}
.page-list
{
.page-list
{
position
:
relative
;
position
:
relative
;
display
:
block
;
display
:
flex
;
flex-direction
:
column
;
overflow-y
:
auto
;
overflow-y
:
auto
;
overflow-x
:
auto
;
overflow-x
:
auto
;
background
:
blue
;
background
:
#858585
;
gap
:
20px
;
align-items
:
center
;
padding-top
:
20px
;
padding-bottom
:
20px
;
}
}
.page-list
canvas
{
.page-list
canvas
{
background-color
:
#fff
;
background-color
:
#fff
;
...
...
dist/assets/a-doc-editor2.js
View file @
eb8354a1
This diff is collapsed.
Click to expand it.
dist/index.html
View file @
eb8354a1
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<style>
<style>
body
{
body
{
background
:
#aaa
;
background
:
cadetblue
}
}
#user-container-for-editor
{
#user-container-for-editor
{
margin
:
20px
;
margin
:
20px
;
...
...
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