Adjust left position in folder children styling
This commit is contained in:
@@ -367,7 +367,7 @@ body {
|
|||||||
.folder-children > *::after {
|
.folder-children > *::after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -11px;
|
left: -12px;
|
||||||
top: -10px;
|
top: -10px;
|
||||||
bottom: -10px;
|
bottom: -10px;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
@@ -382,7 +382,7 @@ body {
|
|||||||
.folder-children .prompt-item::before {
|
.folder-children .prompt-item::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -11px;
|
left: -12px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user