m-ric HF staff commited on
Commit
bfbc171
β€’
1 Parent(s): fe4c0f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
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: 1px solid var(--body-text-color);
123
- border-bottom: 1px solid var(--body-text-color);
124
  content: "";
125
  position: absolute;
126
  width: 10px;
127
- left: 0px;
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 {