Fix some styling issues
This commit is contained in:
parent
307ba0a01c
commit
92ecbff4cd
@ -1,3 +1,9 @@
|
|||||||
|
html,
|
||||||
|
html {
|
||||||
|
overflow-y: scroll !important;
|
||||||
|
width: 90% !important
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: georgia, times, serif;
|
font-family: georgia, times, serif;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
|
@ -240,7 +240,7 @@ export class MainUI {
|
|||||||
: [],
|
: [],
|
||||||
{
|
{
|
||||||
icon: HomeIcon,
|
icon: HomeIcon,
|
||||||
description: `Go home (Alt-h)`,
|
description: `Go to the index page (Alt-h)`,
|
||||||
callback: () => {
|
callback: () => {
|
||||||
editor.navigate("");
|
editor.navigate("");
|
||||||
},
|
},
|
||||||
|
@ -451,7 +451,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0 0 -2ch 0;
|
||||||
border: 1px solid var(--editor-directive-background-color);
|
border: 1px solid var(--editor-directive-background-color);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user