diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-06-10 11:51:43 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-06-10 11:51:43 +0200 |
commit | edaaf6a5e9ac1d7ffa51488e122d1dbbf267ab33 (patch) | |
tree | e7b389ba7f0fbd64554ef5859fcaa464922c4e05 /app/javascript/styles | |
parent | 3d841eba69b340aac4f012fb388f9e9761ec2ba5 (diff) | |
parent | a2871cd74719a7a5a104daaa3dcc0e2670b7c2df (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/admin.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss index 26c36c8a7..1dfb3d7ee 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/admin.scss @@ -203,6 +203,14 @@ $content-width: 840px; } } + h2 small { + font-size: 12px; + display: block; + font-weight: 500; + color: $darker-text-color; + line-height: 18px; + } + @media screen and (max-width: $no-columns-breakpoint) { border-bottom: 0; padding-bottom: 0; |