diff --git a/assets/sally.css b/assets/sally.css index b52875b..ee58c07 100644 --- a/assets/sally.css +++ b/assets/sally.css @@ -39,9 +39,6 @@ a:hover { text-decoration: underline } white-space:pre-wrap; word-wrap: break-word; } -#gallery_rapper { - display: inline -} #ui_rapper .block { width: 100px; } @@ -204,10 +201,8 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color: .panke #shader_el, .panke #load_el, -.panke #gallery_el, .panke #import_textarea, .panke #doc_el, -.panke #gallery_el, .panke #export_button, .panke #grid_el, .panke #save_el, diff --git a/index.html b/index.html index 88ec4d2..f93b3c8 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,6 @@
shader doc - gallery
_ advanced
@@ -90,8 +89,7 @@ -
+ diff --git a/js/clipboard.js b/js/clipboard.js index ffa4805..4831b7e 100644 --- a/js/clipboard.js +++ b/js/clipboard.js @@ -33,7 +33,6 @@ var clipboard = (function () { import_mode: function () { focus() clipboard.importing = true - gallery_rapper.style.display = 'none' format_el.style.display = 'none' cutoff_warning_el.style.display = 'none' import_buttons.style.display = "inline" @@ -46,7 +45,6 @@ var clipboard = (function () { import_buttons.style.display = "none" format_el.style.display = 'inline' cutoff_warning_el.style.display = 'none' - gallery_rapper.style.display = 'inline' clipboard.export_data() },