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