about summary refs log tree commit diff
path: root/app/javascript/flavours
diff options
context:
space:
mode:
authorquinn <87563261+OrichalcumCosmonaut@users.noreply.github.com>2022-04-05 17:35:50 +1000
committerGitHub <noreply@github.com>2022-04-05 17:35:50 +1000
commita73806ea32a288a2ef18a9ff355a582ce59f722a (patch)
treeeecf2e9fd0a08f132a170dbaa9b4d8ffa30291f2 /app/javascript/flavours
parent1f0ff1ea9820c6c96d8bd6865e90afd2df83f67e (diff)
Update composer.scss
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r--app/javascript/flavours/glitch/styles/components/composer.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss
index 55b1fc599..3137b2dea 100644
--- a/app/javascript/flavours/glitch/styles/components/composer.scss
+++ b/app/javascript/flavours/glitch/styles/components/composer.scss
@@ -209,6 +209,11 @@
       vertical-align: sub;
     }
 
+    sup {
+      font-size: smaller;
+      vertical-align: super;
+    }
+
     ul, ol {
       margin-left: 1em;