mirror of
https://github.com/maputnik/editor.git
synced 2026-01-04 12:30:00 +00:00
Add share style link, copy button
This adds a copy to clipboard button and input with the style parameter pre-populated after exporting a style to an anonymous gist. Also includes the URL as an input next to the button.
This commit is contained in:
@@ -3,3 +3,15 @@
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.maputnik-render-gist {
|
||||
p {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
input.maputnik-string {
|
||||
margin-left: 5px;
|
||||
width: 60%;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user