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
@@ -25,6 +25,30 @@
gap: 4px;
}
.clickable-row {
cursor: pointer;
&:hover {
background-color: #fafafa;
}
}
.subscription-id {
font-size: 11px;
color: #999;
}
.cell-name {
font-weight: 500;
color: #333;
}
.cell-id {
font-size: 11px;
color: #999;
margin-top: 2px;
}
.modal-hint {
color: #666;
font-size: 13px;
@@ -36,3 +60,13 @@
justify-content: center;
padding: 16px 0;
}
.timestamp-absolute {
font-size: 13px;
color: #333;
}
.timestamp-relative {
font-size: 12px;
color: #999;
}