Delete feed button

And a non-functional edit button
This commit is contained in:
2023-07-08 01:52:15 -04:00
parent 478e72d8f0
commit b94555d346
4 changed files with 35 additions and 5 deletions

View File

@@ -144,9 +144,23 @@ form.add-feed-form .form-grid textarea {
resize: vertical;
}
form.add-feed-form input[type="submit"] {
form.add-feed-form button {
font-size: 14px;
margin-top: 24px;
padding: 4px 16px;
float: right;
}
/* Feed */
header.feed-header {
display: flex;
flex-direction: row;
align-items: center;
}
header.feed-header button {
font-size: 14px;
padding: 4px 16px;
margin-left: 24px;
}