diff options
| author | Ryan Mehri <[email protected]> | 2020-05-23 12:36:03 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-23 12:36:03 -0600 |
| commit | 790127ea3a34dccd870f07180e5c384e4f5d5934 (patch) | |
| tree | b59b1a2291d25f457c4be7d6fa906ea2040f1359 /frontend/src/css | |
| parent | Merge pull request #30 from jackyzha0/latex-renderer (diff) | |
| parent | change inline padding for latex (diff) | |
| download | ctrl-v-790127ea3a34dccd870f07180e5c384e4f5d5934.tar.xz ctrl-v-790127ea3a34dccd870f07180e5c384e4f5d5934.zip | |
Merge pull request #31 from jackyzha0/latex-renderer
Latex renderer
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/index.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index 9aa48e1..36c6d2c 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -25,10 +25,8 @@ textarea, input[type=text], input[type=password], .Dropdown-root { margin: 1.7em 0; } -.codeBlock code:first-child { - margin-right: 10px; - border-radius: 0; - border-right: 1px solid #11111155; +.large-op { + transform: translateY(-0.6em); } code, pre { |