oops, forgot the normal .grid-cell styles, had only updated the landscape media query & not the base condition
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-29 19:46:59 -04:00
parent 3bf48546e3
commit 7f927741d4

View File

@@ -168,8 +168,9 @@ $handle-r: 1rem;
}
.tray-cell {
border-right: 2px dotted rgba(var(--quaUser), 0.35);
border-bottom: 2px dotted rgba(var(--quaUser), 0.35);
border-color: rgba(var(--priUser), 0.35);
border-right: 2px dotted rgba(var(--priUser), 0.35);
border-bottom: 2px dotted rgba(var(--priUser), 0.35);
position: relative;
}