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