diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html index e7991d398..7822c0703 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html @@ -18,7 +18,7 @@
- You can also synchronize a remote channel in your library + You can also synchronize a remote channel in your library
diff --git a/client/src/app/+videos/+video-edit/video-add.component.html b/client/src/app/+videos/+video-edit/video-add.component.html index 7f60f47e3..4688e5890 100644 --- a/client/src/app/+videos/+video-edit/video-add.component.html +++ b/client/src/app/+videos/+video-edit/video-add.component.html @@ -33,7 +33,7 @@
We recommend you to not use the root user to publish your videos, since it's the super-admin account of your instance.
- Instead, create a dedicated account to upload your videos. + Instead, create a dedicated account to upload your videos.
diff --git a/client/src/app/shared/shared-main/misc/channels-setup-message.component.html b/client/src/app/shared/shared-main/misc/channels-setup-message.component.html index 539df06bd..55b5ca732 100644 --- a/client/src/app/shared/shared-main/misc/channels-setup-message.component.html +++ b/client/src/app/shared/shared-main/misc/channels-setup-message.component.html @@ -1,8 +1,7 @@ -
+
-
-
Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description.
- Set up my channels -
+
Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a banner, an avatar and a description.
+ + Set up my channels
diff --git a/client/src/app/shared/shared-main/misc/channels-setup-message.component.scss b/client/src/app/shared/shared-main/misc/channels-setup-message.component.scss index 195f44164..beb49864b 100644 --- a/client/src/app/shared/shared-main/misc/channels-setup-message.component.scss +++ b/client/src/app/shared/shared-main/misc/channels-setup-message.component.scss @@ -1,28 +1,14 @@ @use '_variables' as *; @use '_mixins' as *; -.channels-setup-message { - display: flex; - align-items: center; - justify-content: center; +.pt-alert-primary { + text-align: center; } my-global-icon { width: 32px; - align-self: flex-start; + display: inline-block; + margin-bottom: 0.75rem; @include apply-svg-color(pvar(--mainColor)); - - + div { - margin-left: 10px; - text-align: center; - } -} - -.channels-settings-link { - height: fit-content; - margin-top: 10px; - - @include peertube-button-link; - @include grey-button; }