More webapp changes+fixes

This commit is contained in:
2025-12-05 16:52:02 +01:00
parent c66cd0568f
commit 8e7a540c97
40 changed files with 1944 additions and 272 deletions
@@ -20,6 +20,11 @@
}
}
.no-content {
color: rgba(0, 0, 0, 0.45);
font-style: italic;
}
.not-found {
text-align: center;
padding: 48px;
@@ -29,3 +34,39 @@
margin-bottom: 16px;
}
}
nz-card + nz-card {
margin-top: 16px;
}
.cell-name {
font-weight: 500;
color: #333;
}
.cell-id {
font-size: 11px;
color: #999;
margin-top: 2px;
}
.metadata-link {
text-decoration: none;
display: block;
&:hover {
.cell-name {
color: #1890ff;
}
}
}
.timestamp-absolute {
font-size: 13px;
color: #333;
}
.timestamp-relative {
font-size: 12px;
color: #999;
}