diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-01-25 16:50:24 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-01-25 16:50:24 +0100 |
commit | 27ddcddcd35f2be10fbdcde572182f3e5f04e00b (patch) | |
tree | 24ad08c27cbd7fb2352622f2195935259e027337 /app/javascript/styles | |
parent | 340cb4a04c94f9403673d59e552be909fce25ece (diff) | |
parent | 48c55b6392661cde8e28cf076c3d132c22d17a0f (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 2e6ea3c7e..adaed2826 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -6631,7 +6631,7 @@ noscript { } .announcements { - background: lighten($ui-base-color, 4%); + background: lighten($ui-base-color, 8%); border-top: 1px solid $ui-base-color; font-size: 13px; display: flex; @@ -6672,12 +6672,6 @@ noscript { font-weight: 500; margin-bottom: 10px; } - - &__dismiss-icon { - position: absolute; - top: 12px; - right: 12px; - } } &__pagination { |