Skip to content

Commit 0dae2d1

Browse files
committed
feat: remove all dividers
1 parent 15c3bb6 commit 0dae2d1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/components/OgImage/ShareCard.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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="{

0 commit comments

Comments
 (0)