style(share): drop divider line from custom-address prefix

The right border on the address prefix read as a stray vertical line
between the domain and the slug. Remove it and rely on the subtle
prefix background alone to separate the two parts.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
claude_code
2026-06-26 22:33:08 +03:00
parent fa6a87e22d
commit e9409e245b

View File

@@ -185,7 +185,6 @@ export default function ShareAliasSection({
fontSize: "var(--mantine-font-size-xs)", fontSize: "var(--mantine-font-size-xs)",
color: "var(--mantine-color-dimmed)", color: "var(--mantine-color-dimmed)",
backgroundColor: "var(--mantine-color-default-hover)", backgroundColor: "var(--mantine-color-default-hover)",
borderRight: "1px solid var(--mantine-color-default-border)",
borderTopLeftRadius: "var(--input-radius)", borderTopLeftRadius: "var(--input-radius)",
borderBottomLeftRadius: "var(--input-radius)", borderBottomLeftRadius: "var(--input-radius)",
}} }}