debug
Deploy HouseHub / deploy (push) Successful in 2s

This commit is contained in:
Cedric
2026-05-12 12:05:28 +02:00
parent 19ab75f7df
commit 3e344f4c1c
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -146,7 +146,7 @@
padding: .65rem .9rem; border-bottom: 1px solid var(--border-light); white-space: nowrap;
}
.table-wrap table td {
padding: .65rem .9rem; border-bottom: 1px solid #f1f5f9;
padding: .65rem .9rem; border-bottom: 1px solid var(--border-light);
vertical-align: middle; color: var(--text-main);
}
.table-wrap table tr:last-child td { border-bottom: none; }
@@ -292,7 +292,7 @@ textarea.form-control { resize: vertical; min-height: 80px; }
.scroll-list-item {
display: flex; align-items: center; gap: .75rem;
padding: .45rem .75rem; cursor: pointer;
border-bottom: 1px solid #f1f5f9; transition: background .12s;
border-bottom: 1px solid var(--border-light); transition: background .12s;
user-select: none;
}
.scroll-list-item:last-child { border-bottom: none; }