various enhancements for new tabs and bug fixes

This commit is contained in:
2026-03-02 17:35:00 +00:00
parent 9dedf6dbf2
commit cf84d6d2dd
32 changed files with 4501 additions and 296 deletions

View File

@@ -1451,9 +1451,8 @@ a:hover { color: var(--accent-hover); }
.eisenhower-grid {
display: grid;
grid-template-columns: 32px 1fr 1fr;
grid-template-rows: 1fr 1fr auto;
grid-template-rows: auto auto auto;
gap: 12px;
min-height: 60vh;
}
.eisenhower-y-label {
@@ -1488,9 +1487,9 @@ a:hover { color: var(--accent-hover); }
border: 1px solid var(--border);
border-radius: var(--radius-lg);
padding: 16px;
min-height: 200px;
display: flex;
flex-direction: column;
overflow: hidden;
}
.eisenhower-q1 { border-top: 3px solid var(--red); }