]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/shared/video-description.component.scss
Begin videos of an account
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / shared / video-description.component.scss
1 textarea {
2 height: 150px;
3 }
4
5 .previews /deep/ {
6 .nav {
7 margin-top: 10px;
8 font-size: 0.9em;
9 }
10
11 .tab-content {
12 min-height: 75px;
13 padding: 5px;
14 }
15 }