]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/video-list/video-list.component.scss
Client: fixed header and menu
[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 margin-bottom: 20px;
7 border-bottom: 1px solid #f1f1f1;
8 height: 40px;
9 line-height: 40px;
a99593ed
C
10
11 my-video-sort {
12 padding-right: 0;
13 }
14
15 .videos-total-results {
16 font-size: 13px;
17 padding-left: 0;
18 }
e56b20f5
C
19
20 my-loader {
21 display: inline-block;
22 margin-left: 5px;
23 }
a99593ed 24}
157cb9c9
C
25
26.videos-miniatures {
11975ce8 27 min-height: 720px;
383bfc83 28 text-align: center;
157cb9c9 29
7914607e 30 my-video-miniature {
383bfc83 31 text-align: left;
7914607e
C
32 transition: all 0.5s ease;
33
34 &.ng-enter {
35 opacity: 0;
36 }
37
38 &.ng-enter-active {
39 opacity: 1;
40 }
41
42 &.ng-leave {
43 opacity: 0;
44 }
157cb9c9
C
45 }
46
47 .no-video {
48 margin-top: 50px;
49 text-align: center;
50 }
51}
52
53pagination {
54 display: block;
55 text-align: center;
56}