]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-edit/shared/video-edit.component.scss
Add hyperlink video timestamps in description
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / shared / video-edit.component.scss
index bb775cb0af67642979d720bf93d15339cfadcfcd..3d57e9152aca084157fe1796f879f141f567feaa 100644 (file)
@@ -122,7 +122,7 @@ my-peertube-checkbox {
 p-calendar {
   display: block;
 
-  /deep/ {
+  ::ng-deep {
     input,
     .ui-calendar {
       width: 100%;
@@ -135,7 +135,7 @@ p-calendar {
   }
 }
 
-/deep/ {
+::ng-deep {
   .root-tabset > .nav {
     margin-bottom: 15px;
   }
@@ -150,12 +150,13 @@ p-calendar {
     border: 1px solid #C6C6C6;
     border-radius: 3px;
     padding: 5px !important;
-    height: 40px;
+    height: max-content;
   }
 
   tag-input-form {
     input {
       height: 30px !important;
+      font-size: 12px !important;
 
       background-color: var(--mainBackgroundColor) !important;
       color: var(--mainForegroundColor) !important;
@@ -166,7 +167,7 @@ p-calendar {
     background-color: $grey-background-color !important;
     color: #000 !important;
     border-radius: 3px !important;
-    font-size: 15px !important;
+    font-size: 12px !important;
     height: 30px !important;
     line-height: 30px !important;
     margin: 0 5px 0 0 !important;