Update html/custom-css.ejs
This commit is contained in:
parent
9bc742d12d
commit
69f957ec6c
@ -160,8 +160,7 @@
|
||||
<button class="btn" id="wrapCssBtn" style="display:none" data-wrap="1">Wrap: On</button>
|
||||
<button class="btn" id="copyCssBtn">Copy</button>
|
||||
<button class="btn warn" id="exportCssBtn">Export</button>
|
||||
<label class="btn warn" for="importCssFile">Import<input id="importCssFile" type="file" accept=".css,text/css,text/plain" style="display:none"></label>
|
||||
<button class="btn err" id="resetCssBtn">Reset</button>
|
||||
<button class="btn err" id="resetCssBtn">Reset</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="editor-wrap"><pre class="ln" id="cssLines">1</pre><pre id="cssEd" class="live-editor" contenteditable></pre></div>
|
||||
@ -180,8 +179,7 @@
|
||||
<button class="btn" id="wrapJsBtn" style="display:none" data-wrap="1">Wrap: On</button>
|
||||
<button class="btn" id="copyJsBtn">Copy</button>
|
||||
<button class="btn warn" id="exportJsBtn">Export</button>
|
||||
<label class="btn warn" for="importJsFile">Import<input id="importJsFile" type="file" accept=".js,text/javascript,text/plain" style="display:none"></label>
|
||||
<button class="btn err" id="resetJsBtn">Reset</button>
|
||||
<button class="btn err" id="resetJsBtn">Reset</button>
|
||||
</div>
|
||||
<div class="editor-wrap"><pre class="ln" id="jsLines">1</pre><pre id="jsEd" class="live-editor" contenteditable></pre></div>
|
||||
</div>
|
||||
@ -189,10 +187,7 @@
|
||||
<% } %>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div style="text-align:center;margin-top:32px;color:var(--muted)">© 2021–2025 PokeTube • Free software under the GNU GPL. Customizations are stored locally on the device.</div>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ================= SCRIPTS ================ -->
|
||||
<script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user