]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+stats/video/video-stats.component.scss
Fix angular build, again
[github/Chocobozzz/PeerTube.git] / client / src / app / +stats / video / video-stats.component.scss
index e4c2d899f8dfd3255c6d3f817230193ecb2365ed..ea75a48d358f9cfbd43f737c94277fd9108f67a5 100644 (file)
@@ -1,6 +1,6 @@
 @use '_variables' as *;
 @use '_mixins' as *;
-@use '_nav' as *;
+@use 'nav' as *;
 
 .stats-embed {
   display: flex;
 
   .cards {
     display: flex;
+    flex-wrap: wrap;
+  }
+
+  .date-filter-wrapper {
+    margin-bottom: 10px;
+    min-width: 300px;
   }
 }