diff --git a/public/assets/css/general.css b/public/assets/css/general.css index 7b4f2af4..fcf621d7 100644 --- a/public/assets/css/general.css +++ b/public/assets/css/general.css @@ -542,10 +542,6 @@ table { /* show */ -.asset { - max-width: 100%; -} - #video { cursor: pointer; background-color: #ffffff; @@ -556,15 +552,19 @@ table { } /* show lite */ -#show-lite-container { +.show-lite-container { text-align: center; } -#show-lite-container #asset-display-component { +.show-lite-container #asset-display-component { max-height: calc(100vh - 3em); } -#show-lite-container #asset-display-component .asset { +.show-details-container #asset-display-component .asset { + width: 100% +} + +.show-lite-container #asset-display-component .asset { max-height: calc(100vh - 3em); max-width: 100vw; } diff --git a/react/components/PublishStatus/index.jsx b/react/components/PublishStatus/index.jsx index e20de9d6..669be0cb 100644 --- a/react/components/PublishStatus/index.jsx +++ b/react/components/PublishStatus/index.jsx @@ -5,39 +5,39 @@ import * as publishStates from 'constants/publish_claim_states'; function PublishStatus ({ status, message }) { return ( -
File is loading to server
-{message}
+{message}
File is loading to server
-{message}
+{message}
Upload complete. Your file is now being published on the blockchain...
-Curious what magic is happening here? Learn more.
+Curious what magic is happening here? Learn more.
Your publish is complete! You are being redirected to it now.
-If you are not automatically redirected, click here.
+If you are not automatically redirected, click here.
Something went wrong...
{message}
-For help, post the above error text in the #speech channel on the lbry discord
+For help, post the above error text in the #speech channel on the lbry discord