From dc9c9500bf5f0fd66906576ee3df4f1c49a1871d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Mar 2023 14:20:26 +0100 Subject: Improve accessibility --- .../shared-share-modal/video-share.component.html | 141 +++++++++++---------- .../shared-share-modal/video-share.component.scss | 5 - 2 files changed, 71 insertions(+), 75 deletions(-) (limited to 'client/src/app/shared/shared-share-modal') diff --git a/client/src/app/shared/shared-share-modal/video-share.component.html b/client/src/app/shared/shared-share-modal/video-share.component.html index 01d351783..5650fa948 100644 --- a/client/src/app/shared/shared-share-modal/video-share.component.html +++ b/client/src/app/shared/shared-share-modal/video-share.component.html @@ -1,7 +1,10 @@ @@ -150,89 +153,85 @@
-
-
+
+ + + + +
+ +
+ + +
+ +
+
+ +
+ +
+ + + +
+
-
+
- -
- -
-
+
- -
- -
-
-
- - - - -
- -
- -
- -
- -
- -
- -
+
+ +
-
- -
+
+
@@ -280,9 +279,11 @@
-
- +
+
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 7b6009f5a..c64e11f4d 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 @@ -42,12 +42,7 @@ my-input-text { } .advanced-filters-button { - display: flex; - justify-content: center; - align-items: center; - margin-top: 20px; font-weight: $font-semibold; - cursor: pointer; } .video-caption-block { -- cgit v1.2.3