Make it look nice
This commit is contained in:
@ -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 %}">
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user