diff --git a/editor.css b/editor.css index 9cb731a..e1e5b21 100644 --- a/editor.css +++ b/editor.css @@ -145,7 +145,7 @@ body { #search-result-list { overflow-y: auto; overflow-x: hidden; - /* padding: 15px; */ + font-family: 'OpenSans'; } #search-result-list > * { @@ -263,6 +263,10 @@ body { position: absolute; top: 10px; left: 20px; + cursor: default; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; } #sidecontentedge, #sidecontentnode { @@ -278,9 +282,11 @@ body { #sideheading { font-family: 'OpenSans'; text-align: center; - font-size: 2em; + font-size: 1.75em; font-style: normal; margin-top: 40px; + padding-left: 20px; + padding-right: 20px; } #sidecontent { @@ -298,6 +304,10 @@ body { word-wrap: break-word; } +#sidecontent h2 { + font-size: 1.25em; +} + #sidebuttons, #filebuttons { position: absolute; bottom: 20px; diff --git a/editor.html b/editor.html index 9010df1..8219720 100644 --- a/editor.html +++ b/editor.html @@ -128,7 +128,7 @@