diff options
| author | jackyzha0 <[email protected]> | 2020-05-23 11:20:57 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-23 11:20:57 -0700 |
| commit | 2fb94cddda96ebf11f2cb8c2b1527e006c94da06 (patch) | |
| tree | a6bf10b06f6d9dada1b9da23da096b1174081de2 /frontend/src/css | |
| parent | fix more styling problems (diff) | |
| download | ctrl-v-2fb94cddda96ebf11f2cb8c2b1527e006c94da06.tar.xz ctrl-v-2fb94cddda96ebf11f2cb8c2b1527e006c94da06.zip | |
fix stupid large-op render bug
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index 60b0ca8..36c6d2c 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -25,6 +25,10 @@ textarea, input[type=text], input[type=password], .Dropdown-root { margin: 1.7em 0; } +.large-op { + transform: translateY(-0.6em); +} + code, pre { background: #00000000; font-family: 'Roboto Mono', monospace; |