Refactor my-subscribe-button to support full account subscription
[oweals/peertube.git] / client / src / app / +my-account / my-account-video-playlists / my-account-video-playlists.component.scss
index d5635417df8f2f33cd7d1dfd6a4bd3440fd0a3b9..4fb4ed4be25d1ce7b8cf988b87a6dafc6b81b1e2 100644 (file)
 
   .video-playlist-buttons {
     min-width: 190px;
+    height: max-content;
   }
 }
 
 .video-playlists-header {
+  display: flex;
+  justify-content: space-between;
   text-align: right;
   margin: 20px 0 50px;
+
+  input[type=text] {
+    @include peertube-input-text(300px);
+  }
 }
 
 @media screen and (max-width: 800px) {