From aeba4e668288eee39ec1d10b18320f8f5a3091db Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Sat, 4 Nov 2023 01:25:44 +0300 Subject: [PATCH] style for pleroma reactions --- static/style.css | 10 ++++++++++ templates/status.tmpl | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 5a49503..aceb215 100644 --- a/static/style.css +++ b/static/style.css @@ -27,6 +27,16 @@ frame, body { overflow-wrap: break-word; } +.pleroma-reactions #place-react{ + border: 1px solid grey; + background-color: transparent +} + +.pleroma-reactions #place-unreact{ + border: 1px solid bisque; + background-color: transparent +} + .status-name { overflow-wrap: break-word; } diff --git a/templates/status.tmpl b/templates/status.tmpl index 1d12372..fd34a45 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -117,9 +117,9 @@ {{if .Url}} - + {{else}} - + {{end}} {{end}}