ユーザープロフィールページのCSS/HTML要素名の不適切な命名

プロフィール背景画像が設定されている場合、ユーザープロフィールページでプロフィールの詳細の上に誤って表示されてしまいます。この動作は、以下のコミットで導入されました。

背景画像が独自の div へ移動されたことが原因です。これは予期せぬ副作用だと思われますが、意図的なものである場合、ユーザープロフィール設定において「プロフィールヘッダー画像」などという名前に変更することを検討されてはいかがでしょうか。

Can you provide a screenshot of this problem please?

Here you go:

@awesomerobot did you want to confirm this?

Sure we can rename it to header instead of background. The overlay effect we used previously made profiles slightly harder to read and the overlay was dark to the point where most of the image was obstructed anyway (if you’re wondering why the change happened).

Renamed to header here (commit message has it backwards :man_facepalming:)