Increase border width and height in index.css

This commit is contained in:
2026-02-01 01:25:31 +01:00
parent 14fe9f9f2b
commit 4da9032467

View File

@@ -364,7 +364,7 @@ body {
left: 6px;
top: 0;
bottom: 0;
width: 1px;
width: 2px;
background: var(--border);
opacity: 0.5;
}
@@ -376,7 +376,7 @@ body {
left: -12px;
top: 50%;
width: 12px;
height: 1px;
height: 2px;
background: var(--border);
opacity: 0.5;
transform: translateY(-50%);