|
74 | 74 | <a ngbNavLink>Editor</a> |
75 | 75 |
|
76 | 76 | <ng-template ngbNavContent> |
77 | | - <div class="d-flex justify-content-start"> |
78 | | - <div class="col-5 border-end shadow-sm me-2" style="height: 73.9vh; overflow-y: scroll"> |
79 | | - <div class="d-flex justify-content-start bg-light p-1 pt-2 pb-2 border-bottom"> |
| 77 | + <div class="d-flex w-100 justify-content-start bg-light p-1 pt-2 pb-2 border-bottom"> |
80 | 78 | <button |
81 | 79 | type="button" |
82 | 80 | class="btn bg-white flat text-muted btn-outline-secondary me-1" |
|
127 | 125 | Table |
128 | 126 | </button> |
129 | 127 | </div> |
| 128 | + |
| 129 | + <div class="d-flex justify-content-start"> |
| 130 | + <div class="col-7 shadow-sm me-2" style="height: 73.9vh; overflow-y: scroll"> |
130 | 131 | <textarea |
131 | 132 | appAutoFocus |
132 | 133 | autosize |
|
137 | 138 | [placeholder]="'your text here'" |
138 | 139 | ></textarea> |
139 | 140 | </div> |
140 | | - <div class="col" style="height: 75vh; overflow-y: scroll"> |
| 141 | + <div class="col" style="height: 73.9vh; overflow-y: scroll"> |
141 | 142 | <markdown [data]="htmlContent.value" /> |
142 | 143 | </div> |
143 | 144 | </div> |
|
164 | 165 | </div> |
165 | 166 | </div> |
166 | 167 |
|
167 | | - <div style="height: 56vh; overflow-y: scroll"> |
| 168 | + <div style="height: 96vh; overflow-y: scroll"> |
168 | 169 | <div class="d-flex justify-content-end align-items-center"> |
169 | 170 | <button |
170 | 171 | class="btn btn-warning mt-2 mb-2" |
|
197 | 198 | tooltipClass="m-0 p-0 opacity-100 bg-transparent border flat shadow-sm" |
198 | 199 | > |
199 | 200 | <fa-icon [icon]="['fas', 'info-circle']"></fa-icon></button |
200 | | - ><a class="btn btn-link p-0 text-decoration-none text-break" (click)="download(a)" |
201 | | - > {{ a.originalFilename | trim: 30 }}</a |
202 | | - > |
| 201 | + ><a class="btn btn-link p-0 text-decoration-none text-break" (click)="download(a)"> |
| 202 | + <abbr [title]="a.originalFilename"> |
| 203 | + {{ a.originalFilename | trim: 30 }} |
| 204 | + </abbr> |
| 205 | +</a> |
203 | 206 | </div> |
204 | 207 |
|
205 | 208 | <div class="d-lg-flex align-items-center justify-content-start"> |
|
0 commit comments