aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/edit/MarkdownPostEdit.css
blob: c5b41b4053d0110389bea6003364ec6e76df9a63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.timeline-edit-markdown-tab-page {
  min-height: 8em;
  display: flex;
}

.timeline-edit-markdown-text {
  width: 100%;
}

.timeline-edit-markdown-images {
  display: flex;
  flex-wrap: wrap;
}

.timeline-edit-markdown-images img {
  max-width: 100%;
  max-height: 200px;
}

.timeline-edit-markdown-preview img {
  max-width: 100%;
  max-height: 200px;
}