Fix some styling issues

This commit is contained in:
Zef Hemel
2023-12-19 16:18:18 +01:00
parent 307ba0a01c
commit 92ecbff4cd
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
html,
html {
overflow-y: scroll !important;
width: 90% !important
}
body {
font-family: georgia, times, serif;
font-size: 14pt;
+1 -1
View File
@@ -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("");
},
+1 -1
View File
@@ -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;
}