auf Webseiten Modell umgestellt

This commit is contained in:
ecki
2026-04-18 14:23:24 +02:00
parent 5510d58e5a
commit 6cfbdba0a4
9 changed files with 890 additions and 30 deletions
+32
View File
@@ -381,6 +381,37 @@ button:hover,
line-height: 1.55;
}
.source-list {
display: grid;
gap: 10px;
margin-top: 16px;
}
.source-row {
display: flex;
align-items: start;
justify-content: space-between;
gap: 16px;
padding: 14px;
border-radius: var(--radius-sm);
background: rgba(46, 39, 30, 0.05);
}
.source-row a {
display: block;
max-width: 46ch;
margin: 4px 0 8px;
overflow-wrap: anywhere;
color: var(--primary-dark);
}
.source-form {
display: grid;
grid-template-columns: 0.7fr 1.4fr auto;
gap: 10px;
margin-top: 14px;
}
.action-button {
min-height: 38px;
padding: 0 14px;
@@ -467,6 +498,7 @@ button:hover,
}
.watch-form,
.source-form,
.status-panel {
grid-template-columns: 1fr;
}