Compare commits
2 Commits
bff71d0feb
...
c66eb78671
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c66eb78671 | ||
|
|
be427e5376 |
@ -1316,6 +1316,10 @@ table.sys-apps tr:hover td { background: rgba(var(--text-rgb), 0.03); }
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
/* Row spacing here comes from the flex gap; the shared .task-item margin
|
||||||
|
would otherwise stack only on the last row, leaving a bigger gap at the
|
||||||
|
bottom than the top. */
|
||||||
|
.sys-tasklist .task-item { margin-bottom: 0; }
|
||||||
/* App / image icon inside a task row. */
|
/* App / image icon inside a task row. */
|
||||||
.sys-task-icon {
|
.sys-task-icon {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user