mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 18:05:12 +08:00
adds a button to copy the generated config to the buffer as base64 string (#85)
* add copy base64 zip string for paste in console like $ echo 'base64string' | base64 --decode > nginxconfig.io.zip * preparing for merge * copyAsBase64() * added copy-paste steps
This commit is contained in:
@@ -249,6 +249,7 @@ main {
|
||||
|
||||
.btn {
|
||||
&.btn-download {
|
||||
margin: 2px 0;
|
||||
img {
|
||||
vertical-align: -1px;
|
||||
margin-right: 0.1rem;
|
||||
|
Reference in New Issue
Block a user