]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-edit/shared/video-description.component.scss
Don't leak unlisted videos
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / shared / video-description.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 textarea {
5 @include peertube-textarea(100%, 150px);
6
7 margin-bottom: 15px;
8 }
9
10 /deep/ {
11 .nav-link {
12 display: flex !important;
13 align-items: center;
14 height: 30px !important;
15 padding: 0 15px !important;
16 }
17
18 .tab-content {
19 min-height: 75px;
20 padding: 15px;
21 font-size: 15px;
22 }
23 }
24