summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-11-10 07:32:37 +0100
committerGitHub <noreply@github.com>2022-11-10 07:32:37 +0100
commite37e8deb0ff207d36bb359ce395e2888dacc216d (patch)
tree19c46643e93b7cd487a492e4e9bf623fcdcf3980
parent9965a23b043b0ab511e083c44acda891ea441859 (diff)
Fix profile header being cut off in light theme in web UI (#20298)
-rw-r--r--app/javascript/styles/mastodon-light/diff.scss2
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 d960070d62d..1214d2519f7 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;
}