Example: https://osu.ppy.sh/beatmapsets/2239198#taiko/4758488, look at the SR pill and difficulty name
The SR number is left aligned instead of center aligned, and the pill + difficulty text is bottom aligned instead of middle aligned
Here I added text-align: center to .difficulty-badge__rating and vertical-align: middle to .difficulty-badge--beatmapset and it seems to look better?

Example: https://osu.ppy.sh/beatmapsets/2239198#taiko/4758488, look at the SR pill and difficulty name
The SR number is left aligned instead of center aligned, and the pill + difficulty text is bottom aligned instead of middle aligned
Here I added
text-align: centerto.difficulty-badge__ratingandvertical-align: middleto.difficulty-badge--beatmapsetand it seems to look better?