From 7c23b96ce5634550341b9554eda9d7c89a79e3c0 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 16:03:16 +0100 Subject: Update editor --- editor/editor.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'editor/editor.css') 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; + +} -- cgit v1.2.3