]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/forms/markdown-textarea.component.scss
Fix typings
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / markdown-textarea.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .root {
5 display: flex;
6
7 textarea {
8 @include peertube-textarea(100%, 150px);
9
10 margin-bottom: 15px;
11 }
12
13 .previews {
14 max-height: 150px;
15 overflow-y: auto;
16 }
17
18 /deep/ {
19 .nav-link {
20 display: flex !important;
21 align-items: center;
22 height: 30px !important;
23 padding: 0 15px !important;
24 }
25
26 .tab-content {
27 min-height: 75px;
28 padding: 15px;
29 font-size: 15px;
30 word-wrap: break-word;
31 }
32 }
33 }