m-ric HF staff commited on
Commit
37b41e9
1 Parent(s): 57c2a5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -0
app.py CHANGED
@@ -125,6 +125,22 @@ STYLE = """
125
  .tree ul:has(> li:only-child)::before {
126
  width:40px;
127
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  .tree li a {
129
  border: 1px solid var(--body-text-color);
130
  padding: 5px;
 
125
  .tree ul:has(> li:only-child)::before {
126
  width:40px;
127
  }
128
+
129
+ a:before {
130
+ border-right: 1px solid var(--body-text-color);
131
+ border-bottom: 1px solid var(--body-text-color);
132
+ content: "";
133
+ position: absolute;
134
+ width: 10px;
135
+ left: 0px;
136
+ height: 10px;
137
+ top: 50%;
138
+ margin-top: -5px;
139
+ margin-left: 6px;
140
+ transform: rotate(315deg);
141
+ }
142
+
143
+
144
  .tree li a {
145
  border: 1px solid var(--body-text-color);
146
  padding: 5px;