Merge pull request 'fix #3531' (#3538) from fix-cjk into develop

Reviewed-on: https://git.pleroma.social/pleroma/pleroma-fe/pulls/3538
This commit is contained in:
HJ 2026-08-05 16:58:09 +00:00
commit 9121cb6eb3
2 changed files with 2 additions and 0 deletions

1
changelog.d/cjk.fix Normal file
View file

@ -0,0 +1 @@
fix pinned indicator looking wrong on CJK locales

View file

@ -119,6 +119,7 @@
display: flex;
flex-shrink: 0;
align-self: baseline;
word-break: keep-all;
.button-unstyled {
padding: 0.2em;