m-ric HF staff commited on
Commit
ca5f204
1 Parent(s): 790226e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -66,14 +66,14 @@ STYLE = """
66
  position: absolute;
67
  top: 0;
68
  right: 50%;
69
- border-top: 1px solid var(--body-text-color);
70
- width: 51%;
71
  height: 10px;
72
  }
73
  .tree li::after {
74
  right: auto;
75
  left: 50%;
76
- border-left: 1px solid var(--body-text-color);
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: 1px 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,7 +97,7 @@ STYLE = """
97
  position: absolute;
98
  top: 0;
99
  left: 50%;
100
- border-left: 1px solid var(--body-text-color);
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
  }