Make it look nice

This commit is contained in:
2024-08-02 12:44:17 -06:00
parent b80242b74b
commit 71d2e537dd
5 changed files with 3966 additions and 17 deletions

View File

@ -4,6 +4,7 @@
<script src="/static/js/htmx.min.js"></script>
<script src="/static/js/_hyperscript.min.js"></script>
<title>Everything is Peachy</title>
<link rel="stylesheet" href="/static/css/picnic.css">
<link rel="stylesheet" href="/static/css/site.css">
{% if block.styles then for _, style in ipairs(block.styles) do %}
<link rel="stylesheet" href="{%& style %}">

View File

@ -6,7 +6,7 @@
<input type="submit">
</form>
<div
class="filepicker"
class="filepicker card"
hx-get="/dirlist?dirpath=/"
hx-trigger="load"
_="on change(target)[target.type=='radio'] set #filename-input.value to target.value">