4b44096023f097ea7ee3852862fa26a3e2560ae0
[oweals/peertube.git] / client / src / app / videos / video-list / video-list.component.scss
1 .videos-info {
2   @media screen and (max-width: 400px) {
3     margin-left: 0;
4   }
5
6   border-bottom: 1px solid #f1f1f1;
7   height: 40px;
8   line-height: 40px;
9
10   .videos-total-results {
11     font-size: 13px;
12   }
13
14   my-loader {
15     display: inline-block;
16     margin-left: 5px;
17   }
18 }
19
20 .videos-miniatures {
21   text-align: center;
22   padding-top: 0;
23
24   my-video-miniature {
25     text-align: left;
26   }
27
28   .no-video {
29     margin-top: 50px;
30     text-align: center;
31   }
32 }
33
34 pagination {
35   display: block;
36   text-align: center;
37 }