]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/video-watch/video-watch.component.scss
Video views is implemented. Closes https://github.com/Chocobozzz/PeerTube/issues/41
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-watch / video-watch.component.scss
CommitLineData
e31f6ad6 1#video-container {
e56b20f5 2 width: 100%;
e31f6ad6 3 height: 100%;
e56b20f5
C
4}
5
9c89a45c
C
6#video-not-found {
7 height: 300px;
8 line-height: 300px;
9 margin-top: 50px;
10 text-align: center;
11 font-weight: bold;
12}
13
cb11e775 14.embed-responsive {
9ced64e0 15 height: 500px;
cb11e775 16}
da932efc 17
9ced64e0
C
18#torrent-info {
19 font-size: 10px;
a64668c0
C
20 margin-top: 10px;
21 text-align: center;
9ced64e0
C
22
23 div {
a64668c0
C
24 min-width: 60px;
25 }
26}
27
28.embed-responsive {
29 @media screen and (max-width: 600px) {
30 height: 300px;
9ced64e0
C
31 }
32}
d1992b93
C
33
34#video-info {
35 border-top: 1px solid rgba(0, 0, 0, 0.1);
36 margin-top: 10px;
37 padding-top: 5px;
38
39 #video-name-actions {
40
41 #video-name {
42 font-size: 20px;
43 }
44
45 .btn .glyphicon {
46 position: relative;
47 top: 2px;
48 }
49
05a9feaa 50 #share, #more {
d1992b93
C
51 font-weight: bold;
52 opacity: 0.85;
53 }
4f8c0eb0
C
54
55 #more-menu .dropdown-item .glyphicon {
56 margin-right: 5px;
57 }
d1992b93
C
58 }
59
60 #video-by-date {
61 font-size: 13px;
62 opacity: 0.6;
63
64 a {
65 color: black;
66 }
67
68 #video-date:before {
69 content: '\002022';
70 margin: 0 5px;
71 }
72 }
73
05a9feaa 74 #video-tags-views {
d1992b93
C
75 margin-top: 10px;
76
77 a {
78 margin-right: 5px;
79 }
05a9feaa
C
80
81 #video-views {
82 font-weight: bold;
83 }
d1992b93
C
84 }
85
86 #video-description {
87 margin-top: 15px;
88
89 #description-label {
90 font-weight: bold;
91 }
92 }
93}