pleroma/src/styles/utilities.scss

14 lines
238 B
SCSS
Raw Normal View History

2022-03-21 11:09:01 -07:00
.divide-x-dot > *:not(:last-child)::after {
@apply px-1;
2022-03-21 11:09:01 -07:00
content: '·';
}
.mention {
@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 {
width: 36px !important;
height: 36px !important;
}