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