]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/player/playlist.scss
Translated using Weblate (Swedish)
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / playlist.scss
index 544d45a481e00b9e082cabdd9363c769babf2558..cf125a5620ebf5c0daddeddb13f210ee80e7a97f 100644 (file)
@@ -8,6 +8,7 @@ $playlist-menu-width: 350px;
   background: rgba(0, 0, 0, 0.8);
   z-index: 101;
   transition: right 0.2s;
+  overflow-y: scroll;
 
   // Hidden
   right: -$playlist-menu-width;
@@ -80,7 +81,7 @@ $playlist-menu-width: 350px;
   right: 0;
   top: 0;
   z-index: 100;
-  padding: 1em;
+  padding: $dock-padding;
   cursor: pointer;
 }
 
@@ -165,14 +166,20 @@ $playlist-menu-width: 350px;
       @include ellipsis;
 
       font-size: 13px;
-      margin-bottom: 5px;
+      margin-bottom: 3px;
     }
 
-    .channel {
+    .channel,
+    .timestamps {
       @include ellipsis;
 
       font-size: 11px;
       color: #bfbfbf;
     }
+
+    .timestamps {
+      font-size: 10px;
+      margin-top: 3px;
+    }
   }
 }