Upload 8 files
Browse files- web/static/app.css +15 -11
web/static/app.css
CHANGED
|
@@ -2193,7 +2193,7 @@ conic-gradient(from -90deg
|
|
| 2193 |
}
|
| 2194 |
}
|
| 2195 |
|
| 2196 |
-
/* v198.26.
|
| 2197 |
.run-row.run-list-item{
|
| 2198 |
grid-template-columns:10px minmax(0,1fr) 26px!important;
|
| 2199 |
align-items:start!important;
|
|
@@ -2228,13 +2228,19 @@ conic-gradient(from -90deg
|
|
| 2228 |
}
|
| 2229 |
.run-row.run-list-item .run-list-footer{
|
| 2230 |
order:3!important;
|
| 2231 |
-
display:
|
| 2232 |
-
|
|
|
|
|
|
|
| 2233 |
padding-right:0!important;
|
| 2234 |
min-width:0!important;
|
| 2235 |
}
|
| 2236 |
.run-row.run-list-item .run-list-badges{
|
| 2237 |
display:flex!important;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2238 |
align-items:center!important;
|
| 2239 |
flex-wrap:wrap!important;
|
| 2240 |
gap:6px!important;
|
|
@@ -2268,12 +2274,12 @@ conic-gradient(from -90deg
|
|
| 2268 |
opacity:.72!important;
|
| 2269 |
}
|
| 2270 |
.run-row.run-list-item .run-list-age{
|
| 2271 |
-
position:
|
| 2272 |
-
|
| 2273 |
-
|
| 2274 |
-
|
| 2275 |
-
|
| 2276 |
-
transform:
|
| 2277 |
color:#667085!important;
|
| 2278 |
font-family:Inter,system-ui,sans-serif!important;
|
| 2279 |
font-size:10.5px!important;
|
|
@@ -2286,8 +2292,6 @@ conic-gradient(from -90deg
|
|
| 2286 |
padding-right:0!important;
|
| 2287 |
}
|
| 2288 |
.run-row.run-list-item .run-list-age{
|
| 2289 |
-
right:-32px!important;
|
| 2290 |
-
width:48px!important;
|
| 2291 |
font-size:10px!important;
|
| 2292 |
}
|
| 2293 |
}
|
|
|
|
| 2193 |
}
|
| 2194 |
}
|
| 2195 |
|
| 2196 |
+
/* v198.26.86 — Runs Explorer age-left badges-right footer. */
|
| 2197 |
.run-row.run-list-item{
|
| 2198 |
grid-template-columns:10px minmax(0,1fr) 26px!important;
|
| 2199 |
align-items:start!important;
|
|
|
|
| 2228 |
}
|
| 2229 |
.run-row.run-list-item .run-list-footer{
|
| 2230 |
order:3!important;
|
| 2231 |
+
display:grid!important;
|
| 2232 |
+
grid-template-columns:auto minmax(0,1fr)!important;
|
| 2233 |
+
align-items:center!important;
|
| 2234 |
+
column-gap:10px!important;
|
| 2235 |
padding-right:0!important;
|
| 2236 |
min-width:0!important;
|
| 2237 |
}
|
| 2238 |
.run-row.run-list-item .run-list-badges{
|
| 2239 |
display:flex!important;
|
| 2240 |
+
grid-column:2!important;
|
| 2241 |
+
grid-row:1!important;
|
| 2242 |
+
flex-direction:row-reverse!important;
|
| 2243 |
+
justify-content:flex-start!important;
|
| 2244 |
align-items:center!important;
|
| 2245 |
flex-wrap:wrap!important;
|
| 2246 |
gap:6px!important;
|
|
|
|
| 2274 |
opacity:.72!important;
|
| 2275 |
}
|
| 2276 |
.run-row.run-list-item .run-list-age{
|
| 2277 |
+
position:static!important;
|
| 2278 |
+
grid-column:1!important;
|
| 2279 |
+
grid-row:1!important;
|
| 2280 |
+
width:auto!important;
|
| 2281 |
+
text-align:left!important;
|
| 2282 |
+
transform:none!important;
|
| 2283 |
color:#667085!important;
|
| 2284 |
font-family:Inter,system-ui,sans-serif!important;
|
| 2285 |
font-size:10.5px!important;
|
|
|
|
| 2292 |
padding-right:0!important;
|
| 2293 |
}
|
| 2294 |
.run-row.run-list-item .run-list-age{
|
|
|
|
|
|
|
| 2295 |
font-size:10px!important;
|
| 2296 |
}
|
| 2297 |
}
|