pleroma/src/styles/utilities.scss

15 lines
266 B
SCSS
Raw Normal View History

2022-03-21 11:09:01 -07:00
.divide-x-dot > *:not(:last-child)::after {
content: '·';
padding-right: 4px;
padding-left: 4px;
}
.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;
}