diff --git a/public/static/icons/16px/copy.svg b/public/static/icons/16px/copy.svg
index 6b2e06f9a0..f59ac3b1f7 100644
--- a/public/static/icons/16px/copy.svg
+++ b/public/static/icons/16px/copy.svg
@@ -1,4 +1,3 @@
-
-
+
{(!data || loading) && }
{gateways.slice(0, 4).map((url) => {
@@ -222,71 +223,79 @@ const FingerprintDialogContent = ({
{/* iscnId */}
{iscnPublish && (isAuthor || iscnId) && !timeCooling && (
- }
- size="lg"
- spacing="xtight"
- >
- ISCN
-
- }
- description={
- iscnId ? (
-
- ) : (
-
- )
- }
- warning={!iscnId}
- right={
- iscnId ? (
-
-
-
- ) : isAuthor ? (
-
- ) : (
- <>>
- )
- }
- />
+ ISCN
+
+ }
+ description={
+ iscnId ? (
+
+ ) : (
+
+ )
+ }
+ warning={!iscnId}
+ right={
+ iscnId ? (
+
+
+
+ ) : isAuthor ? (
+
+ ) : (
+ <>>
+ )
+ }
+ />
+ >
)}
diff --git a/src/components/Dialogs/FingerprintDialog/SectionCard/styles.module.css b/src/components/Dialogs/FingerprintDialog/SectionCard/styles.module.css
index 876d9c2e23..22eed2b223 100644
--- a/src/components/Dialogs/FingerprintDialog/SectionCard/styles.module.css
+++ b/src/components/Dialogs/FingerprintDialog/SectionCard/styles.module.css
@@ -10,4 +10,8 @@
& .description {
margin-top: var(--spacing-xx-tight);
}
+
+ & .error {
+ color: var(--color-red);
+ }
}
diff --git a/src/components/Dialogs/FingerprintDialog/styles.module.css b/src/components/Dialogs/FingerprintDialog/styles.module.css
index 5fd503d664..1a448c0216 100644
--- a/src/components/Dialogs/FingerprintDialog/styles.module.css
+++ b/src/components/Dialogs/FingerprintDialog/styles.module.css
@@ -7,11 +7,11 @@
}
.gateways {
- & ul {
+ & .gatewayUrls {
@mixin hide-scrollbar;
padding: var(--spacing-x-tight) var(--spacing-base) 0;
- margin: 0 calc(var(--spacing-base) * -1);
+ margin: var(--spacing-x-tight) calc(var(--spacing-base) * -1);
& li {
@mixin flex-center-space-between;
@@ -31,9 +31,9 @@
width: 100%;
padding-left: var(--spacing-x-tight);
margin-right: var(--spacing-x-tight);
- font-size: var(--font-size-md);
- line-height: 2.5rem;
- color: var(--color-grey-darker);
+ font-size: var(--font-size-sm);
+ line-height: 2.375rem;
+ color: var(--color-grey-dark);
&.disabled {
opacity: 0.5;
@@ -57,14 +57,27 @@
@mixin flex-center-space-between;
}
+ & .copyButton {
+ height: 2.5rem;
+ padding: 0 var(--spacing-base);
+ background: var(--color-yellow-lighter);
+ border-radius: 0.5rem;
+ }
+
& .description {
color: var(--color-matters-gold);
}
}
+.title {
+ font-size: var(--font-size-sm);
+ line-height: 1.375rem;
+}
+
.description {
- font-size: var(--font-size-sm-s);
+ font-size: var(--font-size-xs);
font-weight: var(--font-weight-normal);
+ line-height: 1.125rem;
color: var(--color-grey);
&.error {
@@ -78,7 +91,7 @@
position: relative;
padding: var(--spacing-tight) var(--spacing-x-tight);
- margin-top: var(--spacing-x-tight);
+ margin-top: var(--spacing-base);
color: var(--color-matters-green);
background: var(--color-green-lighter);
border-radius: 0.25rem;
diff --git a/src/components/Dialogs/RssFeedDialog/Content.tsx b/src/components/Dialogs/RssFeedDialog/Content.tsx
index c140e4273c..21b1b1f2a0 100644
--- a/src/components/Dialogs/RssFeedDialog/Content.tsx
+++ b/src/components/Dialogs/RssFeedDialog/Content.tsx
@@ -165,7 +165,7 @@ const BaseRssFeedDialogContent: React.FC = ({
/>
-
+
{(!data || loading) && }
{/* FIXME: remove filebase.io and meson.network */}