diff --git a/ui/src/components/Address.svelte b/ui/src/components/Address.svelte index 9795c86..6f97f60 100644 --- a/ui/src/components/Address.svelte +++ b/ui/src/components/Address.svelte @@ -25,6 +25,7 @@
+
{#if isFile} @@ -42,23 +43,25 @@ diff --git a/ui/src/components/AttributeView.svelte b/ui/src/components/AttributeView.svelte index a391b83..0bf9283 100644 --- a/ui/src/components/AttributeView.svelte +++ b/ui/src/components/AttributeView.svelte @@ -44,7 +44,6 @@ function processChange() { // noop } -
@@ -95,7 +94,7 @@ margin-top: 1.66em; padding: 1ex 1em; - border: 1px solid var(--foreground); + border: 0.1em solid var(--foreground); border-radius: 4px; header { diff --git a/ui/src/components/HashBadge.svelte b/ui/src/components/HashBadge.svelte index 545f5da..4470693 100644 --- a/ui/src/components/HashBadge.svelte +++ b/ui/src/components/HashBadge.svelte @@ -41,18 +41,12 @@ }); -
- -
+ diff --git a/ui/src/components/Marquee.svelte b/ui/src/components/Marquee.svelte index 27b123a..7079c35 100644 --- a/ui/src/components/Marquee.svelte +++ b/ui/src/components/Marquee.svelte @@ -52,7 +52,7 @@ .overflowed .inner { animation: marquee var(--anim-length) ease-in-out infinite; animation-play-state: paused; - --padding: 0.5em; + --padding: 0; } .overflowed.running .inner { diff --git a/ui/src/components/UpLink.svelte b/ui/src/components/UpLink.svelte index 61adb37..8df735b 100644 --- a/ui/src/components/UpLink.svelte +++ b/ui/src/components/UpLink.svelte @@ -18,6 +18,12 @@ } - + + +