Increase border width and height in index.css
This commit is contained in:
@@ -364,7 +364,7 @@ body {
|
|||||||
left: 6px;
|
left: 6px;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 1px;
|
width: 2px;
|
||||||
background: var(--border);
|
background: var(--border);
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
@@ -376,7 +376,7 @@ body {
|
|||||||
left: -12px;
|
left: -12px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 1px;
|
height: 2px;
|
||||||
background: var(--border);
|
background: var(--border);
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|||||||
Reference in New Issue
Block a user