Fix profile header being cut off in light theme in web UI (#20298)

main^2
Eugen Rochko 2 years ago committed by GitHub
parent 9965a23b04
commit e37e8deb0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon-light/diff.scss

@ -78,7 +78,7 @@ html {
.column-header__back-button,
.column-header__button,
.column-header__button.active,
.account__header__bar {
.account__header {
background: $white;
}

Loading…
Cancel
Save