aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/edit/PlainTextPostEdit.css
blob: d1a617931010eb1acb39470a176e83de66568fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.timeline-edit-plain-text-container {
  width: 100%;
  height: 100%;
}

.timeline-edit-plain-text-input {
  width: 100%;
  height: 100%;
  padding: 0.5em;
  border-radius: 4px;
}