aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/shared/video-description.component.scss
blob: 6ef81ae58de46b41e9cf069be9d069312bd686bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
textarea {
  @include peertube-input-text(100%);

  font-size: 15px;
  height: 150px;
}

.previews /deep/ {
  font-size: 15px !important;

  .nav {
    margin-top: 10px;
  }

  .tab-content {
    min-height: 75px;
    padding: 5px;
  }
}