mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
remove preview header and add margin to iframe
This commit is contained in:
parent
33c7eee1f4
commit
cca04adb80
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
$('#editor').css('display', 'none')
|
$('#editor').css('display', 'none')
|
||||||
$('.editor-heading').css('display', 'none')
|
$('.editor-heading').css('display', 'none')
|
||||||
$('h3#sitePreview').css('display', 'none')
|
$('h3#sitePreview').css('display', 'none')
|
||||||
|
$('.preview').css('margin-top', '50px')
|
||||||
|
|
||||||
$('#saveToSite').on('click', function() {
|
$('#saveToSite').on('click', function() {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|
Loading…
Add table
Reference in a new issue