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; } - -
-
- + +
+
+ + -
+
-
-