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
9c22d9bd
Commit
9c22d9bd
authored
Dec 19, 2023
by
ramdayalmunda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
font size on toolbar added
parent
fe7d63bf
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
a-doc-editor.css
dist/assets/a-doc-editor.css
+11
-0
a-doc-editor.js
dist/assets/a-doc-editor.js
+0
-0
No files found.
dist/assets/a-doc-editor.css
View file @
9c22d9bd
...
@@ -24,9 +24,11 @@
...
@@ -24,9 +24,11 @@
border-radius
:
5px
;
border-radius
:
5px
;
height
:
300px
;
height
:
300px
;
overflow
:
auto
;
overflow
:
auto
;
top
:
100%
;
}
}
.a-doc-editor
.dropdown-list.show
{
.a-doc-editor
.dropdown-list.show
{
display
:
block
;
display
:
block
;
width
:
max-content
;
}
}
.a-doc-editor
.dropdown-list
.dropdown-option
{
.a-doc-editor
.dropdown-list
.dropdown-option
{
padding
:
10px
;
padding
:
10px
;
...
@@ -40,9 +42,18 @@
...
@@ -40,9 +42,18 @@
display
:
flex
;
display
:
flex
;
}
}
.a-doc-editor
.header
.option
{
.a-doc-editor
.header
.option
{
position
:
relative
;
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
0.137
);
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
0.137
);
padding
:
1px
;
padding
:
1px
;
display
:
flex
;
}
.a-doc-editor
.header
button
{
width
:
25px
;
}
}
.a-doc-editor
.header
.option
input
{
width
:
25px
;
}
.a-doc-editor
.header
.option
:hover
{
.a-doc-editor
.header
.option
:hover
{
padding
:
1px
;
padding
:
1px
;
background-color
:
white
;
background-color
:
white
;
...
...
dist/assets/a-doc-editor.js
View file @
9c22d9bd
This diff is collapsed.
Click to expand it.
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