From 59c46b16d9c3b430a3f24c655361b953c1ad2a51 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 13 Feb 2025 02:51:24 +0000 Subject: [PATCH] styled content filter buttons added missing mobile compose button styling --- bookface_auto.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bookface_auto.css b/bookface_auto.css index 942521a..fcd1084 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1447,6 +1447,12 @@ a.tag.label, border-color: goldenrod !important; color: white !important; } + /* Content Filter Buttons */ + button.content-filter-button { + color: var(--link-color); + background-color: transparent; + border: 1px solid var(--link-color); + } /* Greater than Full-HD Width =========================== */ @@ -1831,6 +1837,8 @@ a.tag.label, height: 50px; width: 50px !important; line-height: 50px; + border: none !important; + box-shadow: none !important; } #mention-link span:last-of-type { display: none;