Merge claude/1

This commit is contained in:
librelad 2026-07-18 20:22:09 +01:00
commit 7f96366cc1

View File

@ -192,7 +192,7 @@
gap: 10px;
width: 100%;
cursor: pointer;
padding: 12px 14px;
padding: 5px 14px;
}
.ov-row-head .updater-row-ver { margin-left: auto; }
.ov-row-head .ov-row-actions { margin-left: 12px; display: flex; align-items: center; gap: 8px; }
@ -201,11 +201,11 @@
/* Tasks-style app row: icon tile + status pill + Details toggle -------------- */
.ov-row-icon {
flex: 0 0 auto;
width: 32px;
height: 32px;
border-radius: 8px;
width: 24px;
height: 24px;
border-radius: 6px;
object-fit: contain;
padding: 3px;
padding: 2px;
border: 1px solid var(--border-color, rgba(255, 255, 255, .14));
background: rgba(255, 255, 255, .04);
}