diff --git a/plugs/markdown/assets/preview.css b/plugs/markdown/assets/preview.css index d7b77ee..a754b17 100644 --- a/plugs/markdown/assets/preview.css +++ b/plugs/markdown/assets/preview.css @@ -1,3 +1,9 @@ +html, +html { + overflow-y: scroll !important; + width: 90% !important +} + body { font-family: georgia, times, serif; font-size: 14pt; diff --git a/web/editor_ui.tsx b/web/editor_ui.tsx index 3940464..fe21e87 100644 --- a/web/editor_ui.tsx +++ b/web/editor_ui.tsx @@ -240,7 +240,7 @@ export class MainUI { : [], { icon: HomeIcon, - description: `Go home (Alt-h)`, + description: `Go to the index page (Alt-h)`, callback: () => { editor.navigate(""); }, diff --git a/web/styles/editor.scss b/web/styles/editor.scss index a194a6e..b47ce9f 100644 --- a/web/styles/editor.scss +++ b/web/styles/editor.scss @@ -451,7 +451,7 @@ width: 100%; max-width: 100%; padding: 0; - margin: 0; + margin: 0 0 -2ch 0; border: 1px solid var(--editor-directive-background-color); border-radius: 5px; }