mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32: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
|
@ -15,7 +15,8 @@
|
|||
$(document).ready(function() {
|
||||
$('#editor').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() {
|
||||
$.ajax({
|
||||
|
|
Loading…
Add table
Reference in a new issue