{__('You can now publish and comment using your official channel.')}
+
+
+
+
+ ) : (
+
+
{__('Begin Transfer')}
+
+
+
+
+ )}
+
+ {hasPendingYoutubeTransfer && }
+
+ );
+}
diff --git a/src/ui/page/channels/view.jsx b/src/ui/page/channels/view.jsx
index cf5e05748..c27ebfc0e 100644
--- a/src/ui/page/channels/view.jsx
+++ b/src/ui/page/channels/view.jsx
@@ -23,7 +23,7 @@ export default function ChannelsPage(props: Props) {
return (
{/* @if TARGET='app' */}
- {hasYoutubeChannels && }
+ {hasYoutubeChannels && }
{/* @endif */}
{channels && channels.length ? (
diff --git a/src/ui/scss/component/_card.scss b/src/ui/scss/component/_card.scss
index 384fb0d6d..0eb742ed2 100644
--- a/src/ui/scss/component/_card.scss
+++ b/src/ui/scss/component/_card.scss
@@ -40,11 +40,6 @@
.card--inline {
border: 1px solid $lbry-gray-1;
border-radius: var(--card-radius);
- margin-bottom: var(--spacing-medium);
-
- &:last-of-type {
- margin-bottom: 0;
- }
[data-mode='dark'] & {
border-color: var(--dm-color-03);
diff --git a/src/ui/scss/component/_main.scss b/src/ui/scss/component/_main.scss
index 85f999ecd..c4b2f9b12 100644
--- a/src/ui/scss/component/_main.scss
+++ b/src/ui/scss/component/_main.scss
@@ -74,10 +74,6 @@
align-items: flex-start;
max-width: 40rem;
text-align: left;
-
- & > * {
- width: 100%;
- }
}
.main--full-width {
diff --git a/src/ui/scss/component/section.scss b/src/ui/scss/component/section.scss
index a1ab8abfb..da895cea0 100644
--- a/src/ui/scss/component/section.scss
+++ b/src/ui/scss/component/section.scss
@@ -7,7 +7,7 @@
}
.section--padded {
- padding: var(--spacing-medium);
+ padding: var(--spacing-large);
}
.section--small {
diff --git a/static/app-strings.json b/static/app-strings.json
index e4968bddb..e3c4aefa8 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -746,27 +746,5 @@
"Transfer in progress": "Transfer in progress",
"%complete% / %total% videos transferred": "%complete% / %total% videos transferred",
"Available Rewards": "Available Rewards",
- "You have %credit_amount% in unclaimed rewards.": "You have %credit_amount% in unclaimed rewards.",
- "No Channels Created Yet": "No Channels Created Yet",
- "Create A Channel": "Create A Channel",
- "Something about it not being here": "Something about it not being here",
- "%channelName% is not ready to be transferred. Please check back later.": "%channelName% is not ready to be transferred. Please check back later.",
- "Here": "Here",
- "'%channelName% is not ready to be transferred. You can check the status %link% or check back later.": "'%channelName% is not ready to be transferred. You can check the status %link% or check back later.",
- "%channelName% is not ready to be transferred. You can check the status %link% or check back later.": "%channelName% is not ready to be transferred. You can check the status %link% or check back later.",
- "here": "here",
- "Live help is available most hours in the %channel% channel of our Discord chat room. Or you can always email us at help@lbry.com.": "Live help is available most hours in the %channel% channel of our Discord chat room. Or you can always email us at help@lbry.com.",
- "Your LBRY credits are controllable by you and only you, via a wallet file stored locally on your computer.": "Your LBRY credits are controllable by you and only you, via a wallet file stored locally on your computer.",
- "However, it is easy to back up manually. To backup your wallet, make a copy of the folder listed below:": "However, it is easy to back up manually. To backup your wallet, make a copy of the folder listed below:",
- "Access to these files are equivalent to having access to your credits. Keep any copies you make of your wallet in a secure place. For more details on backing up and best practices %helpLink%.": "Access to these files are equivalent to having access to your credits. Keep any copies you make of your wallet in a secure place. For more details on backing up and best practices %helpLink%.",
- "%channelName% is not ready to be transferred. You can check the status %statusLink% or check back later.": "%channelName% is not ready to be transferred. You can check the status %statusLink% or check back later.",
- "Your videos are ready to be transferred.": "Your videos are ready to be transferred.",
- "Ready to transfer": "Ready to transfer",
- "Claim Channels": "Claim Channels",
- "Please check back later": "Please check back later",
- "Your YouTube Channel": "Your YouTube Channel",
- "Claim Channel": "Claim Channel",
- "auth": "auth",
- "Your videos are currently being transferred. .": "Your videos are currently being transferred. .",
- "Please check back later.": "Please check back later."
+ "You have %credit_amount% in unclaimed rewards.": "You have %credit_amount% in unclaimed rewards."
}
\ No newline at end of file