From cd517797612d13f2e4761486b1314e5d545803ea Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Mon, 17 Feb 2025 23:29:50 +0000 Subject: [PATCH] Fix for Issue #7 --- bookface_dark.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/bookface_dark.css b/bookface_dark.css index 4eb88e3..cd8e580 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1519,6 +1519,31 @@ a.tag.label, background-color: transparent; border: 1px solid var(--link-color); } + /* Comment buttons on other peple's profile Conversations */ + a.btn-link.button-comments { + width: fit-content; + text-align:center !important; + display: block; + margin-top:10px; + color: var(--nav-icon-color) !important; + } + a.btn-link.button-comments:hover { + text-decoration: none; + color: var(--link-color) !important; + } + a.btn-link.button-comments .fa { + width: 50px; + display: block; + margin: 0 auto; + } + a.btn-link.button-comments .fa::before { + font-size: 24px; + } + a.btn-link.button-comments::after { + font-size: 14px !important; + position: relative; + top: 5px; + } /* Greater than Full-HD Width =========================== */