react picker styling, custom locale changes
Some checks failed
Some checks failed
This commit is contained in:
@ -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!"
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user