react picker styling, custom locale changes
Some checks failed
pl-api CI / Test for pl-api formatting (22.x) (push) Has been cancelled
pl-fe CI / Test and upload artifacts (22.x) (push) Has been cancelled
pl-fe CI / deploy (push) Has been cancelled
pl-hooks CI / Test for a successful build (22.x) (push) Has been cancelled

This commit is contained in:
2026-01-11 22:55:25 +00:00
parent bdf5f6922a
commit 1620ca683d
3 changed files with 4 additions and 2 deletions

View File

@ -65,6 +65,7 @@
"confirmations.admin.delete_user.confirm": "Shit pant.",
"account_moderation_modal.roles.moderator": "Janny",
"patron.donate": "Get a Badge",
"status.application_name": "ncd-fe",
"footer.meow": "Saving the world one shitpost at a time.",
"signup_panel.title": "Want to join {site_title}?",
"signup_panel.subtitle": "Sign up to shitpost with us!"

View File

@ -1,5 +1,6 @@
em-emoji-picker {
border: 1px solid rgb(var(--color-gray-700));
@apply max-sm:top-[50%] max-sm:fixed max-sm:left-[50%] max-sm:translate-x-[-50%] max-sm:translate-y-[-50%]
}
.dark em-emoji-picker {

View File

@ -1,7 +1,7 @@
.-status-reactions-bar__button div img {
@apply md:size-10;
@apply size-6 md:size-8;
}
.-status-reactions-bar__picker-button.emoji-picker-dropdown svg {
@apply md:size-6;
@apply size-6 md:size-8;
}