2022-03-21 11:09:01 -07:00
|
|
|
.divide-x-dot > *:not(:last-child)::after {
|
2024-04-29 06:49:09 -07:00
|
|
|
@apply px-1;
|
2022-03-21 11:09:01 -07:00
|
|
|
content: '·';
|
|
|
|
}
|
|
|
|
|
|
|
|
.mention {
|
2022-07-22 10:30:16 -07:00
|
|
|
@apply text-primary-600 dark:text-accent-blue hover:underline;
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|
2022-11-09 09:55:22 -08:00
|
|
|
|
|
|
|
.emoji-lg img.emojione {
|
2024-05-01 10:19:21 -07:00
|
|
|
@apply h-9 w-9 #{!important};
|
2022-11-09 09:55:22 -08:00
|
|
|
}
|