diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-11-10 07:32:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 07:32:37 +0100 |
commit | e37e8deb0ff207d36bb359ce395e2888dacc216d (patch) | |
tree | 19c46643e93b7cd487a492e4e9bf623fcdcf3980 /app | |
parent | 9965a23b043b0ab511e083c44acda891ea441859 (diff) |
Fix profile header being cut off in light theme in web UI (#20298)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon-light/diff.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index d960070d6..1214d2519 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/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; } |