diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 5a917a5fa..7bc192d5c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5178,11 +5178,16 @@ span.green { .text-info { color: var(--primary) !important; } -.patron { +.patron, .post-flair { padding: 2px 5px 3px 5px !important; border-radius: 5px !important; color: white !important; } +.post-flair { + background-color: var(--primary); + font-size: 12px; + line-height: 2; +} .patron[style*="background-color:#ffffff"] { color: black !important; } diff --git a/files/assets/events/homoween/css/main_homoween.css b/files/assets/events/homoween/css/main_homoween.css index 2cd020f57..13536a66f 100644 --- a/files/assets/events/homoween/css/main_homoween.css +++ b/files/assets/events/homoween/css/main_homoween.css @@ -805,3 +805,7 @@ body::after { width: 16px; height: 16px; } + +.post-flair { + padding-top: 5px; +} diff --git a/files/templates/post.html b/files/templates/post.html index f864ba931..691f67bd3 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -98,11 +98,11 @@