mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:21:17 +01:00
Disable gist, see <https://github.com/maputnik/editor/issues/269>
This commit is contained in:
parent
dbcfb08c15
commit
3487056c7d
2 changed files with 5 additions and 1 deletions
|
@ -258,7 +258,7 @@ class ExportModal extends React.Component {
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="maputnik-modal-section">
|
<div className="maputnik-modal-section hide">
|
||||||
<h4>Save style</h4>
|
<h4>Save style</h4>
|
||||||
<Gist mapStyle={this.props.mapStyle} onStyleChanged={this.props.onStyleChanged}/>
|
<Gist mapStyle={this.props.mapStyle} onStyleChanged={this.props.onStyleChanged}/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -76,3 +76,7 @@ label:hover {
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hide {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue