Edit of links and database versioning

This commit is contained in:
Olaf
2026-08-24 19:39:21 +02:00
parent ff249ec911
commit 28a01175f7
12 changed files with 239 additions and 8 deletions
+17
View File
@@ -331,6 +331,23 @@ button:disabled {
color: var(--red) !important;
}
.edit-button {
min-width: 0;
margin-top: 14px;
padding: 8px 12px;
background: var(--surface-1);
border-color: var(--surface-2);
color: var(--text);
}
.edit-form {
display: grid;
gap: 12px;
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid var(--border);
}
.feed {
padding-bottom: 40px;
}