aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css
diff options
context:
space:
mode:
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 {