File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,6 @@ const sparklineAreaPoints = computed(() => {
305305 class =" flex flex-col justify-center flex-shrink-0"
306306 :style =" {
307307 height: `${BOTTOM_ROW_H}px`,
308- borderTop: `1px solid ${t.divider}`,
309308 padding: '0 40px 0 32px',
310309 }"
311310 >
@@ -380,8 +379,6 @@ const sparklineAreaPoints = computed(() => {
380379 </div >
381380 </div >
382381
383- <!-- Vertical divider -->
384- <div class =" flex-shrink-0" :style =" { width: '1px', backgroundColor: t.border }" />
385382
386383 <!-- Right panel — 400px -->
387384 <div class =" flex flex-col flex-shrink-0" style =" width : 400px " >
@@ -445,8 +442,6 @@ const sparklineAreaPoints = computed(() => {
445442 <div v-else :style =" { height: `${SPARK_H}px` }" />
446443 </div >
447444
448- <!-- Divider -->
449- <div :style =" { height: '1px', backgroundColor: t.divider, flexShrink: 0 }" />
450445
451446 <!-- Stars + Forks -->
452447 <div class =" flex flex-row flex-shrink-0" :style =" { height: `${BOTTOM_ROW_H}px` }" >
@@ -474,8 +469,6 @@ const sparklineAreaPoints = computed(() => {
474469 >
475470 </div >
476471
477- <div class =" flex-shrink-0" :style =" { width: '1px', backgroundColor: t.divider }" />
478-
479472 <div class =" flex flex-col justify-center" style =" flex : 1 ; padding : 0 28px " >
480473 <span
481474 :style =" {
You can’t perform that action at this time.
0 commit comments