Files
ncd-fe/packages/pl-fe/src/styles/username-styles.scss
matty 2612e7b53b
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
fix stupid mistake
2026-02-14 03:59:54 +00:00

10 lines
536 B
SCSS

// differentiates username emoji size from post emoji size
p.truncate.text-sm.text-gray-900.dark\:text-gray-100.font-semibold.tracking-normal.font-sans.normal-case
div,
p.truncate.text-xs.text-gray-700.dark\:text-gray-600.font-medium.tracking-normal.font-sans.normal-case
bdi
div, p.truncate.text-sm.text-primary-600.dark\:text-primary-400.font-normal.tracking-normal.font-sans.normal-case div, p.truncate.text-sm.normal-case span[data-testid="still-image-container"].emojione {
@apply size-4 md:size-6 object-contain m-0.5;
}