aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index 748f615..f40bb87 100644
--- a/style.css
+++ b/style.css
@@ -505,6 +505,9 @@ body.inprogress {
#measure-panel .modal-body {
padding-top: 0;
}
+#measure-panel .modal-body .btn-group > .btn.btn-lg {
+ --bs-btn-padding-y: .375rem; /* revert to non-large size */
+}
#age-filter-modal .btn-group > .btn-check:not(:checked) + label.btn:hover,
#measure-panel .btn-group > .btn-check:not(:checked) + label.btn:hover {
background: color-mix(in srgb, var(--bs-btn-bg) 35%, var(--bs-btn-hover-bg)); /* eslint-disable-line css/use-baseline */