But what if it was purple?

This commit is contained in:
2021-06-17 11:27:31 +02:00
parent 8817e7cb16
commit ee3553ac6f
3 changed files with 27 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ EmbedWindow.prototype.updateCode = function () {
this.textarea.value = `<iframe ` +
`src="${url}" ` +
`style="border: none; width: 640px; max-width: 100%; height: 400px; border-radius: 6px;"` +
`style="border: none; width: 800px; max-width: 100%; height: 500px; border-radius: 6px;"` +
`></iframe>`
}

View File

@@ -15,6 +15,7 @@
</p>
<div class="indent">
<input type="radio" id="style_default" name="style"><label for="style_default">Pixeldrain Style</label><br/>
<input type="radio" id="style_classic" name="style"><label for="style_classic">Pixeldrain classic (gray)</label><br/>
<input type="radio" id="style_solarized_dark" name="style"><label for="style_solarized_dark">Solarized Dark Style</label><br/>
<input type="radio" id="style_maroon" name="style"><label for="style_maroon">Maroon Style</label><br/>
<input type="radio" id="style_hacker" name="style"><label for="style_hacker">Hacker Style</label><br/>