diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-07-22 20:49:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 20:49:54 +0200 |
commit | 85d0e3474574d82fc653925560d2905cee43287e (patch) | |
tree | 20a7c49c820e8b5b7e2389408b6d8deb55fa1119 /app/javascript/styles | |
parent | 0a61b000e3f10e9be3d8ae1cccf53caa3877a55a (diff) | |
parent | 1ceebf2710794dc35211a16ad3af7f834641a2ab (diff) |
Merge pull request #1810 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
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 { |