V1.1 Verschiedene Anpassungen

This commit is contained in:
2026-02-03 21:32:20 +01:00
parent 952c353118
commit 4be9a365b3
18 changed files with 1068 additions and 114 deletions

View File

@@ -1002,6 +1002,17 @@ table input[type="text"] {
margin-top: 5px;
}
.new-version-warning {
color: #e74c3c;
font-size: 14px;
font-weight: bold;
padding: 8px 12px;
background-color: #fee;
border: 1px solid #e74c3c;
border-radius: 4px;
display: inline-block;
}
/* Responsive */
@media (max-width: 1024px) {
.dashboard-layout {