Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,14 +66,14 @@ STYLE = """
|
|
| 66 |
position: absolute;
|
| 67 |
top: 0;
|
| 68 |
right: 50%;
|
| 69 |
-
border-top:
|
| 70 |
-
width:
|
| 71 |
height: 10px;
|
| 72 |
}
|
| 73 |
.tree li::after {
|
| 74 |
right: auto;
|
| 75 |
left: 50%;
|
| 76 |
-
border-left:
|
| 77 |
}
|
| 78 |
.tree li:only-child::after, .tree li:only-child::before {
|
| 79 |
display: none;
|
|
@@ -82,7 +82,7 @@ STYLE = """
|
|
| 82 |
border: 0 none;
|
| 83 |
}
|
| 84 |
.tree li:last-child::before {
|
| 85 |
-
border-right:
|
| 86 |
border-radius: 0 5px 0 0;
|
| 87 |
-webkit-border-radius: 0 5px 0 0;
|
| 88 |
-moz-border-radius: 0 5px 0 0;
|
|
@@ -97,7 +97,7 @@ STYLE = """
|
|
| 97 |
position: absolute;
|
| 98 |
top: 0;
|
| 99 |
left: 50%;
|
| 100 |
-
border-left:
|
| 101 |
width: 0;
|
| 102 |
height: 20px;
|
| 103 |
}
|
|
|
|
| 66 |
position: absolute;
|
| 67 |
top: 0;
|
| 68 |
right: 50%;
|
| 69 |
+
border-top: 2px solid var(--body-text-color);
|
| 70 |
+
width: 55%;
|
| 71 |
height: 10px;
|
| 72 |
}
|
| 73 |
.tree li::after {
|
| 74 |
right: auto;
|
| 75 |
left: 50%;
|
| 76 |
+
border-left: 2px solid var(--body-text-color);
|
| 77 |
}
|
| 78 |
.tree li:only-child::after, .tree li:only-child::before {
|
| 79 |
display: none;
|
|
|
|
| 82 |
border: 0 none;
|
| 83 |
}
|
| 84 |
.tree li:last-child::before {
|
| 85 |
+
border-right: 2px solid var(--body-text-color);
|
| 86 |
border-radius: 0 5px 0 0;
|
| 87 |
-webkit-border-radius: 0 5px 0 0;
|
| 88 |
-moz-border-radius: 0 5px 0 0;
|
|
|
|
| 97 |
position: absolute;
|
| 98 |
top: 0;
|
| 99 |
left: 50%;
|
| 100 |
+
border-left: 2px solid var(--body-text-color);
|
| 101 |
width: 0;
|
| 102 |
height: 20px;
|
| 103 |
}
|