aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.css')
-rw-r--r--editor/editor.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/editor/editor.css b/editor/editor.css
index 43c9acf..09fc472 100644
--- a/editor/editor.css
+++ b/editor/editor.css
@@ -368,7 +368,9 @@ li.ProseMirror-selectednode:after {
font-weight:300;
line-height:1.1;
font-family:Source Sans Pro,Roboto,Open Sans,Liberation Sans,DejaVu Sans,Verdana,Helvetica,Arial,sans-serif;
- width:100%;
+ width: 100%;
+ box-sizing: border-box;
+ border: 0px;
}
@@ -438,3 +440,18 @@ footnote::after {
height: 0;
width: 0;
}
+
+.action-button {
+ background-color: unset;
+ color: unset;
+ border: 0px
+}
+
+.action-button:active {
+ transform: translateY(1px);
+}
+
+aside ul {
+ text-align: left;
+
+}