Skip to content

Bring note style closer to Firefish

Ghost User requested to merge gh-b77c0252/294/unknown/develop into develop

Created by: volpeon

This PR brings the style closer to Firefish. This means removing transparency for parent notes, smaller avatars, indented renote indicators without avatar, and so on.

It also introduces some CSS variables that simplify the calculations for the thread lines:

  • --avatar (avatar size, 48px by default)
  • --thread-width (thread line width, 2px by default)
  • --thread (thread line color, defined by themes)

grafik grafik

Merge request reports