mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 06:27:46 +01:00
Fix styling in export model
This commit is contained in:
parent
5981151b27
commit
ca56951256
1 changed files with 9 additions and 0 deletions
|
@ -127,6 +127,15 @@
|
||||||
.maputnik-export-modal {
|
.maputnik-export-modal {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
|
.maputnik-input-block-label {
|
||||||
|
width: 50%;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.maputnik-input-block-action {
|
||||||
|
width: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-add-layer {
|
.maputnik-add-layer {
|
||||||
|
|
Loading…
Reference in a new issue