diff --git a/editor.css b/editor.css index fcde33f..fc6ed0d 100644 --- a/editor.css +++ b/editor.css @@ -19,8 +19,6 @@ body { width: 100%; position: fixed; padding-left: 10px; - /* background-color: rgba(230, 230, 230, 0.8); */ - /* transition: all 100ms ease-out 50ms; */ z-index: 5; float: left; backdrop-filter: blur(10px); @@ -32,10 +30,10 @@ body { cursor: pointer; } -.menuitem button { +.menuitem .menubutton { font-family: 'Inter'; font-weight: 500; - padding: 10 0 10 0; + padding: 5 0 5 0; margin: 0 10 0 10; font-size: 1em; background-color: transparent; @@ -48,11 +46,11 @@ body { color: inherit; } -.menuitem:hover button { +.menuitem:hover .menubutton { border-bottom: 4px solid rgb(75, 151, 151); } -.menuitem:active button, .selectedmenuitem button { +.menuitem:active .menubutton, .selectedmenuitem .menubutton { border-bottom: 4px solid rgb(75, 151, 151); color: rgb(75, 151, 151); } @@ -75,13 +73,12 @@ body { .menuitem #filename { position: fixed; right: 10px; - padding: 10 0 10 0; + padding: 5 0 5 0; margin: 0 10 0 10; text-align: center; font-size: 1em; font-family: 'Inter'; font-weight: normal; - /* color: rgba(120, 120, 120, 0.6); */ background-color: transparent; border-top: 4px solid transparent; border-bottom: 4px solid transparent; @@ -90,9 +87,7 @@ body { .submenu, #sidepanel, #filepanel { position:fixed; - /* background-color: rgba(230, 230, 230, 0.8); */ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); - /* transition: all 100ms ease-out 50ms; */ padding: 20px; border-radius: 15px; backdrop-filter: blur(10px); @@ -101,8 +96,8 @@ body { #sidepanel { top: 70px; - bottom:20px; - right:20px; + bottom:15px; + right:15px; width: 500px; z-index:10; overflow: hidden; @@ -124,7 +119,6 @@ body { position: absolute; top: 10px; left: 20px; - /* color: rgba(120, 120, 120, 0.538); */ } #sidecontentedge, #sidecontentnode { @@ -184,8 +178,6 @@ body { padding-bottom: 5px; padding-left: 10px; padding-right: 10px; - /* background-color: rgba(230, 230, 230, 0.8); */ - /* opacity: 0.95; */ transition: all 100ms ease-out 50ms; -webkit-user-select: none; -ms-user-select: none; diff --git a/editor.html b/editor.html index 776e536..36c046a 100644 --- a/editor.html +++ b/editor.html @@ -14,7 +14,7 @@