aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-20 14:59:30 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-20 14:59:30 +0200
commitb30575314dbdc0ccaeb3868f3edf34ec6fa0f2e3 (patch)
tree56bfdca59c656d5f7535c6d0cffabc24e02c00d7
parent7a14a37960b73e6f01120ffec444b14b7fee6b3b (diff)
Measurement panel: Improve style.
-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 */