Skip to content

Commit

Permalink
fix: improve display of dialogs and geocoding popup
Browse files Browse the repository at this point in the history
  • Loading branch information
QuCMGisaia committed Dec 3, 2024
1 parent bb9fa4e commit f4cb304
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
15 changes: 8 additions & 7 deletions src/app/components/geocoding/geocoding.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,18 @@
}
}

.geocode-tip {
font-size: $sm-font-size;
color: grey;
font-style: italic;
margin-bottom: $xs-spacing;
}

.geocode-table-container {
max-height: 150px;
overflow-y: auto;
margin-top: $sm-spacing;

.geocode-tip {
font-size: $sm-font-size;
color: grey;
font-style: italic;
margin-bottom: 2.5px;
}
font-size: $default-font-size;
}

.table {
Expand Down
5 changes: 2 additions & 3 deletions src/styles/material-override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,16 @@
--mdc-dialog-subhead-size: 20px;
--mdc-dialog-subhead-font: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
--mdc-dialog-subhead-weight: bold;
--mdc-dialog-subhead-tracking: 0;
}

.mdc-dialog__content {
--mdc-dialog-supporting-text-font: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
--mdc-dialog-supporting-text-tracking: 0;
// Avoid cropping _ and the bottom of letters in selects
--mdc-dialog-supporting-text-line-height: 16px;
}

.mdc-dialog__surface {
padding: 24px;
padding-bottom: 0 !important;
}

// Avoid overlap of collection count and divider
Expand Down

0 comments on commit f4cb304

Please sign in to comment.