Compare commits
No commits in common. "7f96366cc18f86cc6591cf36813c8a43177c584d" and "523805c2fb29e9f4cd98714d0d4a00de268a7606" have entirely different histories.
7f96366cc1
...
523805c2fb
@ -192,7 +192,7 @@
|
|||||||
gap: 10px;
|
gap: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 5px 14px;
|
padding: 12px 14px;
|
||||||
}
|
}
|
||||||
.ov-row-head .updater-row-ver { margin-left: auto; }
|
.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; }
|
.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 -------------- */
|
/* Tasks-style app row: icon tile + status pill + Details toggle -------------- */
|
||||||
.ov-row-icon {
|
.ov-row-icon {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 24px;
|
width: 32px;
|
||||||
height: 24px;
|
height: 32px;
|
||||||
border-radius: 6px;
|
border-radius: 8px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
padding: 2px;
|
padding: 3px;
|
||||||
border: 1px solid var(--border-color, rgba(255, 255, 255, .14));
|
border: 1px solid var(--border-color, rgba(255, 255, 255, .14));
|
||||||
background: rgba(255, 255, 255, .04);
|
background: rgba(255, 255, 255, .04);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user