mirror of
https://codeberg.org/mycelium/emojiquest.git
synced 2024-11-17 14:39:14 +00:00
make submission form more pleasing to look at
This commit is contained in:
parent
77b8f37d65
commit
a506b4334c
|
@ -14,6 +14,21 @@
|
|||
nav>a {
|
||||
margin: 1ch;
|
||||
}
|
||||
|
||||
form>div {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin-block-end: 2ch;
|
||||
}
|
||||
|
||||
div>label {
|
||||
flex-basis: 25%;
|
||||
}
|
||||
|
||||
div>input {
|
||||
flex-basis: 70%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
@ -31,8 +46,6 @@
|
|||
<div>
|
||||
<label for="shortcode">Emoji shortcode</label>
|
||||
<input type="text" id="shortcode" name="shortcode" placeholder="blobcatNotLikeThis">
|
||||
</div>
|
||||
<div>
|
||||
<label for="url">Emoji URL</label>
|
||||
<input type="text" id="url" name="url" placeholder="https://...">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue