]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-share-modal/video-share.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-share-modal / video-share.component.scss
index 456309d2d47770cac51a95fba3f48c71524e5540..c64e11f4dd23578ac864c3925f57d3c264d50f45 100644 (file)
@@ -1,14 +1,10 @@
-@use '_mixins' as *;
 @use '_variables' as *;
+@use '_mixins' as *;
 
 my-input-text {
   width: 100%;
 }
 
-.title-page.title-page-single {
-  margin-top: 0;
-}
-
 .playlist {
   margin-bottom: 50px;
 }
@@ -46,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 {
@@ -80,3 +71,7 @@ my-input-text {
   align-items: center;
   justify-content: space-between;
 }
+
+h5 {
+  font-size: 1.15rem;
+}