Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -118,17 +118,16 @@ STYLE = """
|
|
118 |
.tree ul:has(> li:only-child)::before {
|
119 |
width:40px;
|
120 |
}
|
121 |
-
a:before {
|
122 |
-
border-right:
|
123 |
-
border-bottom:
|
124 |
content: "";
|
125 |
position: absolute;
|
126 |
width: 10px;
|
127 |
-
left:
|
128 |
height: 10px;
|
129 |
top: 50%;
|
130 |
margin-top: -5px;
|
131 |
-
margin-left: 6px;
|
132 |
transform: rotate(315deg);
|
133 |
}
|
134 |
.tree li a {
|
|
|
118 |
.tree ul:has(> li:only-child)::before {
|
119 |
width:40px;
|
120 |
}
|
121 |
+
.tree li a:before {
|
122 |
+
border-right: 2px solid var(--body-text-color);
|
123 |
+
border-bottom: 2px solid var(--body-text-color);
|
124 |
content: "";
|
125 |
position: absolute;
|
126 |
width: 10px;
|
127 |
+
left: 8px;
|
128 |
height: 10px;
|
129 |
top: 50%;
|
130 |
margin-top: -5px;
|
|
|
131 |
transform: rotate(315deg);
|
132 |
}
|
133 |
.tree li a {
|