diff options
| author | jackyzha0 <[email protected]> | 2020-05-22 23:39:35 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-22 23:39:35 -0700 |
| commit | cdf8e036ff56281e9052fff7a688c6f32121428f (patch) | |
| tree | 1a3b4db5ba9e875b97ab8bb234300e1ba2b168b6 /frontend/src/css | |
| parent | switch to styled components for raw renderer (diff) | |
| download | ctrl-v-cdf8e036ff56281e9052fff7a688c6f32121428f.tar.xz ctrl-v-cdf8e036ff56281e9052fff7a688c6f32121428f.zip | |
add preview panel
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/index.css | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index c1b1813..9aa48e1 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -25,16 +25,6 @@ textarea, input[type=text], input[type=password], .Dropdown-root { margin: 1.7em 0; } -.codeBlock { - width: 100%; - font-size: 0.8em; - padding: calc(0.8em - 1px) !important; - border-radius: 3px; - border: 1px solid #565656; - outline: none; - margin: 1.7em 0; -} - .codeBlock code:first-child { margin-right: 10px; border-radius: 0; @@ -101,9 +91,9 @@ input[type=password] { } textarea { - height: 45vh; + height: max(45vh, 100%); resize: vertical; - min-height: 2em; + min-height: 45vh; } a { |