diff options
author | quinn <87563261+OrichalcumCosmonaut@users.noreply.github.com> | 2022-04-05 17:35:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 17:35:50 +1000 |
commit | a73806ea32a288a2ef18a9ff355a582ce59f722a (patch) | |
tree | eecf2e9fd0a08f132a170dbaa9b4d8ffa30291f2 /app/javascript/flavours/glitch/styles/components | |
parent | 1f0ff1ea9820c6c96d8bd6865e90afd2df83f67e (diff) |
Update composer.scss
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/composer.scss | 5 |
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; |