Skip to content

Commit

Permalink
Boutons carrés et largeur augmentée de la barre de recherche (#209)
Browse files Browse the repository at this point in the history
maj ext 1.0.0-beta-29
  • Loading branch information
elias75015 authored May 13, 2024
1 parent 4656cab commit 88898e3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
Binary file removed geoportal-extensions-openlayers-1.0.0-beta.17.tgz
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@gouvfr/dsfr": "^1.11.2",
"@gouvminint/vue-dsfr": "^5.14.2",
"geoportal-extensions-openlayers": "./geoportal-extensions-openlayers-1.0.0-beta.17.tgz",
"geoportal-extensions-openlayers": "./geoportal-extensions-openlayers-1.0.0-beta.29.tgz",
"ol": "8.2.0"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ declare module 'vue' {
export interface GlobalComponents {
Attributions: typeof import('./components/carte/control/Attributions.vue')['default']
Control: typeof import('./components/carte/Control.vue')['default']
DsfrButton: typeof import('@gouvminint/vue-dsfr')['DsfrButton']
DsfrCheckboxSet: typeof import('@gouvminint/vue-dsfr')['DsfrCheckboxSet']
DsfrFooter: typeof import('@gouvminint/vue-dsfr')['DsfrFooter']
DsfrHeader: typeof import('@gouvminint/vue-dsfr')['DsfrHeader']
DsfrModal: typeof import('@gouvminint/vue-dsfr')['DsfrModal']
Expand Down
2 changes: 1 addition & 1 deletion src/components/carte/control/SearchEngine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const onClickSearch = (e) => {
/* Centrage de la barre de recherche avec marge horizontales auto et largeur fixe */
div[id^="GPsearchEngine-"]{
position: relative;
width: 500px;
width: 520px;
margin: 0 auto;
left: unset;
}
Expand Down

0 comments on commit 88898e3

Please sign in to comment.