Remove avatar grid overlay

This commit is contained in:
Zebratic
2026-07-06 11:46:32 +00:00
parent ec05bfb757
commit bf3249cec1
3 changed files with 2 additions and 23 deletions
-18
View File
@@ -365,24 +365,6 @@ main { padding: 0; }
.portrait:hover {
border-color: var(--green-soft);
}
.portrait-grid {
position: absolute;
inset: 0;
z-index: 2;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
pointer-events: none;
opacity: 0.82;
}
.portrait-grid span {
border-color: color-mix(in oklab, var(--fg) 16%, transparent);
border-style: solid;
border-width: 0;
}
.portrait-grid span:nth-child(1) { border-right-width: 1px; border-bottom-width: 1px; }
.portrait-grid span:nth-child(2) { border-bottom-width: 1px; }
.portrait-grid span:nth-child(3) { border-right-width: 1px; }
.portrait::before,
.portrait::after {
content: '';