various enhancements for new tabs and bug fixes
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user