Skip to content

Commit

Permalink
Latest ui adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Oct 28, 2024
1 parent ebfe8ec commit c199864
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion envergo/hedges/static/hedge_input/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ createApp({
editable: true,
doubleClickZoom: false,
zoomControl: false,
}).setView([43.6861, 3.5911], 17);
}).setView([43.6861, 3.5911], 14);

L.control.zoom({
position: 'bottomright'
Expand Down
6 changes: 6 additions & 0 deletions envergo/static/sass/project_haie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ div#app {
.fr-search-bar {
.autocomplete__wrapper {
margin-top: 0;

.autocomplete__option {
font-size: 0.875rem;
line-height: 1.5rem;
font-family: inherit;
}
}

.fr-input,
Expand Down
4 changes: 2 additions & 2 deletions envergo/templates/hedges/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ <h1 class="fr-h4">Plan de situation des haies</h1>
{% endcomment %}
<div class="controls top left">
<div class="fr-search-bar fr-search-bar--sm" role="search">
<label class="fr-label" for="address">Rechercher</label>
<label class="fr-label" for="address">Rechercher une commune</label>
<input class="fr-input fr-input--sm"
placeholder="Rechercher"
placeholder="Rechercher une commune"
type="search"
id="id_address"
name="address">
Expand Down

0 comments on commit c199864

Please sign in to comment.