diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-07-22 09:58:35 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-07-22 09:58:35 +0200 |
commit | d799fe208233d0c564736021de34c184c17f23e3 (patch) | |
tree | b1e22aa3ea75bc6a9e466dd717ce21e0834975d3 /app/javascript/styles | |
parent | 0a61b000e3f10e9be3d8ae1cccf53caa3877a55a (diff) | |
parent | 76ff45230630c32dd01fd45c89557e092a81b27f (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 26f4c54a3..e9e9a2faa 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1783,10 +1783,14 @@ a.account__display-name { object-fit: contain; } - .loading-bar { + .loading-bar__container { position: relative; } + .loading-bar { + position: absolute; + } + &.image-loader--amorphous .image-loader__preview-canvas { display: none; } @@ -7239,6 +7243,13 @@ noscript { padding-right: 15px; margin-left: 5px; color: $secondary-text-color; + text-decoration: none; + + &__asterisk { + color: $darker-text-color; + font-size: 18px; + vertical-align: super; + } } &__sparkline { |