Improve upload style
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user