Skip to content

Commit 7080fbc

Browse files
fix: align left- and right-gutter elements
1 parent ef2a248 commit 7080fbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/analysis/[...id].tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,8 +1208,8 @@ const Analysis: React.FC<Props> = ({
12081208
<div className="flex w-full flex-col items-center px-3">
12091209
<div className="grid w-full grid-cols-[minmax(0,1fr)_auto_minmax(0,1fr)] items-stretch">
12101210
<div className="pointer-events-none relative min-h-0 min-w-0 self-stretch">
1211-
<div className="absolute left-1/2 top-2 -translate-x-1/2">
1212-
<div className="flex w-12 -translate-x-0.5 flex-col items-center gap-2.5 text-[8px] font-semibold leading-none text-secondary/90">
1211+
<div className="absolute left-1/2 top-2 -translate-x-[60%]">
1212+
<div className="flex w-12 flex-col items-center gap-2.5 text-[8px] font-semibold leading-none text-secondary/90">
12131213
<span className="inline-flex w-full flex-col items-center gap-0.5">
12141214
<span className="relative inline-flex h-3 w-5 items-center">
12151215
<span className="h-[3px] w-[calc(100%-4px)] rounded-full bg-human-3" />
@@ -1295,7 +1295,7 @@ const Analysis: React.FC<Props> = ({
12951295
) : null}
12961296
</div>
12971297
<div className="pointer-events-none relative min-h-0 min-w-0 self-stretch">
1298-
<div className="absolute inset-y-0 left-[58%] w-4 -translate-x-1/2">
1298+
<div className="absolute inset-y-0 left-[68%] w-4 -translate-x-1/2">
12991299
<div className="relative h-full w-4">
13001300
<div className="absolute inset-0 overflow-hidden rounded-[5px] border border-glass-border bg-glass-strong shadow-[0_0_0_1px_rgb(var(--color-backdrop)/0.35)]">
13011301
<div

0 commit comments

Comments
 (0)