Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,9 @@ STYLE = """
|
|
76 |
border-left: 2px solid var(--body-text-color);
|
77 |
}
|
78 |
|
|
|
|
|
|
|
79 |
.tree ul:has(> li:only-child)::before {
|
80 |
height:40px;
|
81 |
}
|
|
|
76 |
border-left: 2px solid var(--body-text-color);
|
77 |
}
|
78 |
|
79 |
+
.tree li:only-child::before, .tree li:only-child::after {
|
80 |
+
border: 0 none;
|
81 |
+
}
|
82 |
.tree ul:has(> li:only-child)::before {
|
83 |
height:40px;
|
84 |
}
|