aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/MarkdownPostEdit.css
blob: e36be992de7f4e6a6e74c36cb905a78281fff65a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.timeline-markdown-post-edit-page {
  overflow: auto;
  max-height: 300px;
}

.timeline-markdown-post-edit-image-container {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}

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

.timeline-markdown-post-edit-image-delete-button {
  position: absolute;
  right: 10px;
  top: 2px;
}