Commit 9c22d9bd by ramdayalmunda

font size on toolbar added

parent fe7d63bf
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment