From 4dd197fc1b9f7b3e81123617d3cb8186bec05119 Mon Sep 17 00:00:00 2001 From: Paul Nagle Date: Sun, 28 Jan 2024 16:51:08 +0000 Subject: [PATCH] More layout tweaks --- .../meeting-list/meeting-list.component.scss | 4 +++ .../location-search/location-search.page.html | 27 ++++++++++++++----- src/theme/variables.scss | 4 +++ 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/src/app/components/meeting-list/meeting-list.component.scss b/src/app/components/meeting-list/meeting-list.component.scss index 8a693f3..7dafd79 100644 --- a/src/app/components/meeting-list/meeting-list.component.scss +++ b/src/app/components/meeting-list/meeting-list.component.scss @@ -13,6 +13,10 @@ ion-accordion.accordion-expanded { border-style: solid; border-radius: 5px 5px 5px 5px; border-color: var(--ion-color-primary); + ion-item[slot=header] { + border-radius: 5px 5px 5px 5px; + border-color: var(--ion-color-primary); + } } ion-list { diff --git a/src/app/pages/location-search/location-search.page.html b/src/app/pages/location-search/location-search.page.html index 99c1063..fe53d23 100644 --- a/src/app/pages/location-search/location-search.page.html +++ b/src/app/pages/location-search/location-search.page.html @@ -30,13 +30,28 @@ - - {{radius}} {{'MEETINGS_NEAREST' | translate}}  "{{ currentAddress }}" - - {{'SEARCH' | translate }} - - + + + + + + {{'SEARCH' | translate }} + + + + + + + {{radius}} {{'MEETINGS_NEAREST' | translate}}  "{{ currentAddress }}" + + + + + + + + 5 {{'MEETINGS' | translate}} diff --git a/src/theme/variables.scss b/src/theme/variables.scss index ef60b2a..13a1f09 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -20,6 +20,10 @@ padding: 0px; } + --ion-grid-padding: 0px; + --ion-grid-column-padding: 0px; + --ion-grid-row-padding: 0px; + ion-range::part(pin) { display: inline-flex; align-items: center;