Browse Source

Fixing the hero widget (#15926)

* 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>
closed-social-v3
Claire 3 years ago
committed by GitHub
parent
commit
5d48402be1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      app/javascript/styles/mastodon-light/diff.scss

+ 0
- 1
app/javascript/styles/mastodon-light/diff.scss View 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 {

Loading…
Cancel
Save