mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 15:26:37 +00:00
assets/sally.css, index.html, js/clipboard.js: remove gallery link.
This commit is contained in:
parent
ac8fb74dc4
commit
5d045d4de5
@ -39,9 +39,6 @@ a:hover { text-decoration: underline }
|
|||||||
white-space:pre-wrap;
|
white-space:pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
#gallery_rapper {
|
|
||||||
display: inline
|
|
||||||
}
|
|
||||||
#ui_rapper .block {
|
#ui_rapper .block {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
@ -204,10 +201,8 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color:
|
|||||||
|
|
||||||
.panke #shader_el,
|
.panke #shader_el,
|
||||||
.panke #load_el,
|
.panke #load_el,
|
||||||
.panke #gallery_el,
|
|
||||||
.panke #import_textarea,
|
.panke #import_textarea,
|
||||||
.panke #doc_el,
|
.panke #doc_el,
|
||||||
.panke #gallery_el,
|
|
||||||
.panke #export_button,
|
.panke #export_button,
|
||||||
.panke #grid_el,
|
.panke #grid_el,
|
||||||
.panke #save_el,
|
.panke #save_el,
|
||||||
|
@ -69,7 +69,6 @@
|
|||||||
<br>
|
<br>
|
||||||
<span id="shader_el" class="tool">shader</span>
|
<span id="shader_el" class="tool">shader</span>
|
||||||
<a id="doc_el" href="https://www.lucioillanes.de/asciiblaster/doc/" target="_blank">doc</a>
|
<a id="doc_el" href="https://www.lucioillanes.de/asciiblaster/doc/" target="_blank">doc</a>
|
||||||
<a id="gallery_el" href="https://www.lucioillanes.de/asciiblaster/im/gallery/?tag=ascii&limit=80" target="_blank">gallery</a>
|
|
||||||
<br>
|
<br>
|
||||||
<span id="advanced_checkbox" class="tool">_ advanced</span>
|
<span id="advanced_checkbox" class="tool">_ advanced</span>
|
||||||
<br>
|
<br>
|
||||||
@ -90,8 +89,7 @@
|
|||||||
<span id="import_buttons">
|
<span id="import_buttons">
|
||||||
<button id="import_button">import</button>
|
<button id="import_button">import</button>
|
||||||
</span>
|
</span>
|
||||||
<div id="gallery_rapper">
|
<div id="gallery_rapper" /><br >
|
||||||
</div><br>
|
|
||||||
<div id="cutoff_warning_el">colorcode is too wide for irc and is cutoff</div>
|
<div id="cutoff_warning_el">colorcode is too wide for irc and is cutoff</div>
|
||||||
<textarea id="import_textarea"></textarea>
|
<textarea id="import_textarea"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
@ -33,7 +33,6 @@ var clipboard = (function () {
|
|||||||
import_mode: function () {
|
import_mode: function () {
|
||||||
focus()
|
focus()
|
||||||
clipboard.importing = true
|
clipboard.importing = true
|
||||||
gallery_rapper.style.display = 'none'
|
|
||||||
format_el.style.display = 'none'
|
format_el.style.display = 'none'
|
||||||
cutoff_warning_el.style.display = 'none'
|
cutoff_warning_el.style.display = 'none'
|
||||||
import_buttons.style.display = "inline"
|
import_buttons.style.display = "inline"
|
||||||
@ -46,7 +45,6 @@ var clipboard = (function () {
|
|||||||
import_buttons.style.display = "none"
|
import_buttons.style.display = "none"
|
||||||
format_el.style.display = 'inline'
|
format_el.style.display = 'inline'
|
||||||
cutoff_warning_el.style.display = 'none'
|
cutoff_warning_el.style.display = 'none'
|
||||||
gallery_rapper.style.display = 'inline'
|
|
||||||
clipboard.export_data()
|
clipboard.export_data()
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user