diff --git a/src/ui/scss/component/section.scss b/src/ui/scss/component/section.scss index 6a26ae9fd..6fd6780ae 100644 --- a/src/ui/scss/component/section.scss +++ b/src/ui/scss/component/section.scss @@ -30,7 +30,8 @@ .section__flex-wrap { @extend .section__flex; flex-wrap: wrap; - margin-bottom: var(--spacing-large) & > * { + margin-bottom: var(--spacing-large); + & > * { margin-bottom: var(--spacing-large); } } diff --git a/static/app-strings.json b/static/app-strings.json index ff75be79c..188ea736f 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -746,7 +746,6 @@ "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", @@ -795,5 +794,8 @@ "Create": "Create", "Use this address to receive LBC.": "Use this address to receive LBC.", "Not a valid LBRY address": "Not a valid LBRY address", - "You have no rewards available.": "You have no rewards available." + "You have no rewards available.": "You have no rewards available.", + "light": "light", + "dark": "dark", + "Dark": "Dark" } \ No newline at end of file