From 386e5823e138710555379ba8efde7ec10f927dd8 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 1 May 2025 18:55:00 -0500 Subject: [PATCH] Fixed breaking typos --- bookface_auto.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookface_auto.css b/bookface_auto.css index dddc348..a385df6 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -795,7 +795,7 @@ .more-links .dropdown-toggle::after { content: var(--more-button-text); } - .wall-item-actions-row button[disabled, + .wall-item-actions-row button[disabled], .wall-item-actions-right button[disabled] { opacity: .5; } @@ -3757,7 +3757,7 @@ p.wall-item-announce, .more-links .dropdown-toggle::after { content: var(--more-button-text); } - .wall-item-actions-row button[disabled, + .wall-item-actions-row button[disabled], .wall-item-actions-right button[disabled] { opacity: .5; }