-
+ >
The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.scss b/client/src/app/shared/shared-share-modal/video-share.component.scss
index abb78b09b..6123bc517 100644
--- a/client/src/app/shared/shared-share-modal/video-share.component.scss
+++ b/client/src/app/shared/shared-share-modal/video-share.component.scss
@@ -1,7 +1,7 @@
@use '_mixins' as *;
@use '_variables' as *;
-my-input-toggle-hidden {
+my-input-text {
width: 100%;
}
diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.html b/client/src/app/shared/shared-video-live/live-stream-information.component.html
index 28396915a..6505e50e2 100644
--- a/client/src/app/shared/shared-video-live/live-stream-information.component.html
+++ b/client/src/app/shared/shared-video-live/live-stream-information.component.html
@@ -17,17 +17,17 @@
-
+
-
+
diff --git a/client/src/app/shared/shared-video-miniature/video-download.component.html b/client/src/app/shared/shared-video-miniature/video-download.component.html
index bf971229e..e8990747a 100644
--- a/client/src/app/shared/shared-video-miniature/video-download.component.html
+++ b/client/src/app/shared/shared-video-miniature/video-download.component.html
@@ -28,10 +28,10 @@
-
+ >
@@ -48,10 +48,10 @@
-
+ >
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 460356422..d288d2a21 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -151,7 +151,7 @@ code {
}
.input-error,
-my-input-toggle-hidden ::ng-deep input {
+my-input-text ::ng-deep input {
border-color: $red !important;
}