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
6e0a0888
Commit
6e0a0888
authored
Dec 01, 2023
by
ramdayalmunda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some styling
parent
f47fa26e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
a-doc-editor.css
dist/assets/a-doc-editor.css
+3
-0
a-doc-editor.js
dist/assets/a-doc-editor.js
+2
-3
No files found.
dist/assets/a-doc-editor.css
View file @
6e0a0888
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
.a-doc-editor
.body
.left-sidebar
{
.a-doc-editor
.body
.left-sidebar
{
left
:
0
;
left
:
0
;
border-radius
:
0
10px
10px
0
;
border-radius
:
0
10px
10px
0
;
box-shadow
:
4px
0px
10px
4px
rgba
(
0
,
0
,
0
,
0.4
);
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
position
:
absolute
;
position
:
absolute
;
...
@@ -57,6 +58,7 @@
...
@@ -57,6 +58,7 @@
.a-doc-editor
.body
.right-sidebar
{
.a-doc-editor
.body
.right-sidebar
{
right
:
0
;
right
:
0
;
border-radius
:
10px
0
0
10px
;
border-radius
:
10px
0
0
10px
;
box-shadow
:
-4px
0px
10px
4px
rgba
(
0
,
0
,
0
,
0.4
);
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
position
:
absolute
;
position
:
absolute
;
...
@@ -103,6 +105,7 @@
...
@@ -103,6 +105,7 @@
background
:
#f3f3f3
;
background
:
#f3f3f3
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
width
:
100%
;
width
:
100%
;
box-shadow
:
4px
0px
10px
4px
rgba
(
0
,
0
,
0
,
0.4
);
}
}
.a-doc-editor
.body
.scrolling-area
canvas
.page
:first-child
{
.a-doc-editor
.body
.scrolling-area
canvas
.page
:first-child
{
...
...
dist/assets/a-doc-editor.js
View file @
6e0a0888
...
@@ -84,9 +84,8 @@ var ADocEditor = function (customConfig) {
...
@@ -84,9 +84,8 @@ var ADocEditor = function (customConfig) {
</div>
</div>
<div class="body">
<div class="body">
<div class="scrolling-area" id="
${
scrollingAreaId
}
">
<div class="scrolling-area" id="
${
scrollingAreaId
}
">
<canvas class="page"></canvas>
</div>
</div>
<div class="left-sidebar
hide
" id="
${
leftSidebarId
}
">
<div class="left-sidebar" id="
${
leftSidebarId
}
">
<div class="toggle-sidebar">
<div class="toggle-sidebar">
<span></span>
<span></span>
<span>Summary</span>
<span>Summary</span>
...
@@ -94,7 +93,7 @@ var ADocEditor = function (customConfig) {
...
@@ -94,7 +93,7 @@ var ADocEditor = function (customConfig) {
</div>
</div>
<div class="sidebar-body"></div>
<div class="sidebar-body"></div>
</div>
</div>
<div class="right-sidebar" id="
${
rightSidebarId
}
">
<div class="right-sidebar
hide
" id="
${
rightSidebarId
}
">
<div class="toggle-sidebar">
<div class="toggle-sidebar">
<span>⇆</span>
<span>⇆</span>
<span>Comments</span>
<span>Comments</span>
...
...
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