Improve upload style

This commit is contained in:
2024-10-01 18:23:27 -06:00
parent 9090a07aa5
commit 2fff8e9887

View File

@@ -4,6 +4,8 @@
<meta charset='utf-8' /> <meta charset='utf-8' />
<title>Junk Drawer</title> <title>Junk Drawer</title>
<script src='https://cdn.tailwindcss.com'></script> <script src='https://cdn.tailwindcss.com'></script>
<meta name='viewport' content='width=device-width, initial-scale=1' />
</head> </head>
<body> <body>
@@ -24,7 +26,7 @@
>Private-ish</label> >Private-ish</label>
<input type='checkbox' id='private-ish' name='private-ish' /> <input type='checkbox' id='private-ish' name='private-ish' />
</div> </div>
<div class='flex flex-col'> <div class='flex flex-col max-w-96'>
<label for='description'>Description:</label> <label for='description'>Description:</label>
<textarea <textarea
type='text' type='text'