aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-24 12:41:57 -0700
committerjackyzha0 <[email protected]>2020-05-24 12:41:57 -0700
commitd0af1c9e63581b160f5d47497e73e034fa5c2e06 (patch)
treed16a3c3c65960477e3ad3ffcde1fc8225fa16f37 /frontend/src/css
parentchange inline padding for latex (diff)
downloadctrl-v-d0af1c9e63581b160f5d47497e73e034fa5c2e06.tar.xz
ctrl-v-d0af1c9e63581b160f5d47497e73e034fa5c2e06.zip
fix symbol render bug + latex line break support
Diffstat (limited to 'frontend/src/css')
-rw-r--r--frontend/src/css/index.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css
index 36c6d2c..7852e4d 100644
--- a/frontend/src/css/index.css
+++ b/frontend/src/css/index.css
@@ -25,8 +25,13 @@ textarea, input[type=text], input[type=password], .Dropdown-root {
margin: 1.7em 0;
}
+/* fix weird symbol height in render mode */
.large-op {
- transform: translateY(-0.6em);
+ transform: translateY(-0.55em);
+}
+
+.small-op {
+ transform: translateY(-0.1em);
}
code, pre {