aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/style.css b/style.css
index 21ebfdd..2c43937 100644
--- a/style.css
+++ b/style.css
@@ -267,6 +267,7 @@ body.inprogress {
@media screen and (max-width: 200px) {
#layer-selection-button,
#map-legend-button,
+ #age-filter-button,
#export-to-image,
#layer-selection-panel,
#map-legend-panel,
@@ -463,6 +464,22 @@ body.inprogress {
background-color: var(--bs-list-group-action-hover-bg);
}
+#age-filter-modal .modal-body .btn-group {
+ width: 100%;
+}
+#age-filter-modal .age-filter-infotext {
+ margin: 0 0 var(--bs-modal-padding) 0;
+}
+#age-filter-form > p {
+ margin: var(--bs-modal-padding) 0;
+}
+#age-filter-form .age-filter-settings {
+ margin: 0 0 var(--bs-modal-padding) 0;
+}
+#age-filter-form .age-filter-settings p {
+ margin: 0;
+}
+
.popover {
--bs-popover-header-padding-x: .75rem;
--bs-popover-header-padding-y: .5rem;