]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/video-list/video-list.component.scss
Use async/await in lib and initializers
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-list.component.scss
CommitLineData
a99593ed 1.videos-info {
a64668c0
C
2 @media screen and (max-width: 400px) {
3 margin-left: 0;
4 }
a99593ed 5
a99593ed
C
6 border-bottom: 1px solid #f1f1f1;
7 height: 40px;
8 line-height: 40px;
a99593ed 9
a99593ed
C
10 .videos-total-results {
11 font-size: 13px;
a99593ed 12 }
e56b20f5
C
13
14 my-loader {
15 display: inline-block;
16 margin-left: 5px;
17 }
a99593ed 18}
157cb9c9
C
19
20.videos-miniatures {
383bfc83 21 text-align: center;
897ec54d 22 padding-top: 0;
157cb9c9 23
7914607e 24 my-video-miniature {
383bfc83 25 text-align: left;
157cb9c9
C
26 }
27
28 .no-video {
29 margin-top: 50px;
30 text-align: center;
31 }
32}
33
34pagination {
35 display: block;
36 text-align: center;
37}