From 65ebfff08229e26b8b3c00fb06585f3f8b5fc264 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 10 Feb 2022 15:06:33 -0700 Subject: [PATCH] things look like somethin --- spike/review/reinvent/ezmded/ui/index.html | 32 ++++++++++++++-------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/spike/review/reinvent/ezmded/ui/index.html b/spike/review/reinvent/ezmded/ui/index.html index 2849eb2..71b6709 100644 --- a/spike/review/reinvent/ezmded/ui/index.html +++ b/spike/review/reinvent/ezmded/ui/index.html @@ -36,19 +36,24 @@ min-width: 10em; } .filedetails { - padding-inline-start: 1em; - margin-top: .35em; - margin-bottom: .35em; + padding-inline-start: 2em; + } + #tree > .filedetails { + padding-inline-start: 0em; } .fileleaf { display: inline-flex; flex-direction: row; width: calc(100% - 1em); } - .fullscreen { + .lr_fullscreen { width: 90%; max-width: 1024px; - margin: auto; + margin-right: auto; + margin-left: auto; + } + .tb_fullscreen { + margin-top: 1em; } .columns { display: flex; @@ -66,15 +71,20 @@ .mia { display: none; } + .tb_buffer { + margin-top: 1em; + margin-bottom: 1em; + } .lr_buffer { - margin-left: 5%; - margin-right: 5%; + margin-left: 5em; + margin-right: 5em; } .monospace { font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace; } .lil_btn { width: initial; + display: inline-block; } input, label, textarea { margin: initial; @@ -213,7 +223,7 @@ var titlePath = "/" for (var pid in pids) { - titlePath += ` /` + titlePath += ` /` } enableMDE() @@ -307,16 +317,16 @@ } - +
-
+
-
+