feat: expose persisted project summaries
This commit is contained in:
@@ -169,6 +169,7 @@ button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px s
|
||||
.project-list-row { width: 100%; min-height: 72px; display: grid; grid-template-columns: 58px minmax(180px, 1fr) 100px 105px 95px 32px; gap: 14px; align-items: center; padding: 7px 14px 7px 8px; border: 0; border-bottom: 1px solid var(--line-soft); background: transparent; color: inherit; text-align: left; cursor: pointer; }
|
||||
.project-list-row:last-child { border-bottom: 0; }
|
||||
.project-list-row:hover { background: var(--bg-hover); }
|
||||
.project-list-empty { min-height: 112px; display: grid; place-items: center; color: var(--text-muted); font-size: 12px; }
|
||||
.list-thumbnail { width: 58px; height: 56px; border-radius: 3px; }
|
||||
.list-thumbnail .preview-shape { width: 42px; height: 28px; }
|
||||
.list-main strong, .list-main span { display: block; }
|
||||
|
||||
Reference in New Issue
Block a user