I know this wont work
Template tests / tests (push) Failing after 41s

This commit is contained in:
Iisyourdad
2026-06-11 10:40:42 -05:00
parent 333aa296c3
commit a5d0013c3a
2 changed files with 12 additions and 24 deletions
+1 -8
View File
@@ -53,6 +53,7 @@ body {
#app { display: flex; flex-direction: column; height: 100vh; }
#view { flex: 1; min-height: 0; display: flex; }
#view > * { flex: 1; min-height: 0; display: flex; }
.hidden { display: none !important; }
.muted { color: var(--muted); font-size: 12px; }
@@ -267,14 +268,6 @@ kbd {
opacity: 1;
color: #f5a524;
}
.guide-card .select-check {
position: absolute;
top: 11px;
right: 12px;
width: 16px;
height: 16px;
cursor: pointer;
}
.guide-card .muted { font-size: 12px; margin-top: auto; padding-top: 8px; }
.guide-card .snippet,
.qa-item .snippet { color: var(--muted); }