UI to attach

This commit is contained in:
Bel LaPointe
2021-02-25 16:43:32 -06:00
parent 47d6c37819
commit d408229ba9
2 changed files with 39 additions and 2 deletions

View File

@@ -166,6 +166,14 @@ const defaultWrapper = `
.comment:focus-within {
display: inline-flex;
}
.attachments > details > form {
display: flex;
flex-direction: row;
width: 100%;
}
.attachments > details > form > input:first-of-type {
flex-grow: 2;
}
</style>
</header>
<body>