Remove avatar grid overlay
This commit is contained in:
@@ -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: '';
|
||||
|
||||
Reference in New Issue
Block a user