]> cat aescling's git repositories - mastodon.git/commitdiff
Fixing the hero widget (#15926)
authorClaire <claire.github-309c@sitedethib.com>
Fri, 19 Mar 2021 19:23:32 +0000 (20:23 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Mar 2021 19:23:32 +0000 (20:23 +0100)
* Removing last-child padding conflicts with light theme in hero widget

* Add missing background color to widget

* Reset widget.scss to default

* Hope this works

Co-authored-by: koyu <me@koyu.space>
app/javascript/styles/mastodon-light/diff.scss

index d4290d7e61a80eb919d9e25594b9fb06570ee88b..8e6b0cdd5b8cc8afdbcc3780db28872620b37e87 100644 (file)
@@ -707,7 +707,6 @@ html {
   .public-account-bio,
   .hero-widget__text {
     background: $account-background-color;
-    border: 1px solid lighten($ui-base-color, 8%);
   }
 
   .header {