Improve upload style
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
<meta charset='utf-8' />
|
||||
<title>Junk Drawer</title>
|
||||
<script src='https://cdn.tailwindcss.com'></script>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -24,7 +26,7 @@
|
||||
>Private-ish</label>
|
||||
<input type='checkbox' id='private-ish' name='private-ish' />
|
||||
</div>
|
||||
<div class='flex flex-col'>
|
||||
<div class='flex flex-col max-w-96'>
|
||||
<label for='description'>Description:</label>
|
||||
<textarea
|
||||
type='text'
|
||||
|
Reference in New Issue
Block a user