From c2ad87578bc61bc6cc6150d74bf237995042cd65 Mon Sep 17 00:00:00 2001 From: Nathan Pinsker Date: Fri, 13 Dec 2024 13:08:32 -0800 Subject: [PATCH] fix compactness for dark mode (#803) --- cardboard/static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cardboard/static/style.css b/cardboard/static/style.css index cdc447a2..7ce7a38f 100644 --- a/cardboard/static/style.css +++ b/cardboard/static/style.css @@ -105,7 +105,9 @@ body { } .bootstrap button.cb-btn-compact, -.bootstrap div.cb-btn-compact button { +.bootstrap div.cb-btn-compact button, +.bootstrap-dark button.cb-btn-compact, +.bootstrap-dark div.cb-btn-compact button { padding: .15rem .7rem; line-height: normal; }