diff options
Diffstat (limited to 'FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css')
-rw-r--r-- | FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css b/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css index 5e93d9f2..6efe93e9 100644 --- a/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css +++ b/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css @@ -10,7 +10,7 @@ padding-top: 60px;
}
- .timeline-post-create-card{
+ .timeline-post-create-card {
margin-right: 0;
}
}
@@ -23,11 +23,13 @@ flex-grow: 1;
}
-
-
.timeline-post-create-right-area {
display: flex;
flex-direction: column;
align-items: center;
margin-left: 1em;
}
+
+.timeline-post-create-send {
+ margin-top: auto;
+}
|