summaryrefslogtreecommitdiff
path: root/editor/editor.css
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-02-07 16:03:16 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commit7c23b96ce5634550341b9554eda9d7c89a79e3c0 (patch)
treeda92baed0962717a882aa31e269243fba66ce0b3 /editor/editor.css
parent896bfb14fa05cf07bb57216fdccd678e027bc4f9 (diff)
Update editor
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;
+
+}