From 495777ca52d3efc2305e20507211596e18d7c9f7 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 10 Feb 2022 11:59:09 -0700 Subject: [PATCH] inline style a dumb --- spike/review/reinvent/ezmded/ui/index.html | 63 +++++++++++++++------- 1 file changed, 44 insertions(+), 19 deletions(-) diff --git a/spike/review/reinvent/ezmded/ui/index.html b/spike/review/reinvent/ezmded/ui/index.html index f2d1b2e..03f32e1 100644 --- a/spike/review/reinvent/ezmded/ui/index.html +++ b/spike/review/reinvent/ezmded/ui/index.html @@ -32,9 +32,33 @@ flex-direction: row; width: calc(100% - 1em); } - .filetreelink { + .fullscreen { + width: 90%; + max-width: 1024px; + margin: auto; + } + .columns { + display: flex; + flex-direction: row; + } + .rows { width: 100%; + display: flex; + flex-direction: column; + } + .thic_flex { text-align: left; + flex-grow: 1; + } + .mia { + display: none; + } + .lr_buffer { + margin-left: 5%; + margin-right: 5%; + } + .monospace { + font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace; } - -
-
- + +
+
+ + -
+
-
-