]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-watch/shared/metadata/video-description.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / metadata / video-description.component.scss
CommitLineData
b0c43e36
C
1@use '_variables' as *;
2@use '_mixins' as *;
3
4.video-info-description {
5 @include margin-left($video-watch-info-margin-left);
6 @include margin-right(0);
7
8 margin-top: 20px;
9 margin-bottom: 20px;
b0c43e36
C
10
11 .video-info-description-html {
12 @include peertube-word-wrap;
13
14 ::ng-deep a {
15 text-decoration: none;
16 }
17 }
18
b0c43e36 19 .description-loading {
c2faa073 20 @include margin-left(5px);
b0c43e36
C
21 }
22
23 .video-info-description-more {
24 cursor: pointer;
25 font-weight: $font-semibold;
26 color: pvar(--greyForegroundColor);
27 font-size: 14px;
b0c43e36
C
28 }
29}
30
31@media screen and (max-width: 450px) {
32 .video-info-description {
33 font-size: 14px !important;
34 }
35}