aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostCreateView.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-02 00:16:20 +0800
committercrupest <crupest@outlook.com>2023-08-02 00:16:20 +0800
commit0c5c9d51c51d07aecb6f4a01586c81c824141cb2 (patch)
tree9c4bdd66e51d9473a2566a95545cba71da687272 /FrontEnd/src/pages/timeline/TimelinePostCreateView.css
parent4133d7122a54faf85458151d36c5fc040db7baef (diff)
downloadtimeline-0c5c9d51c51d07aecb6f4a01586c81c824141cb2.tar.gz
timeline-0c5c9d51c51d07aecb6f4a01586c81c824141cb2.tar.bz2
timeline-0c5c9d51c51d07aecb6f4a01586c81c824141cb2.zip
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostCreateView.css')
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostCreateView.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostCreateView.css b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css
new file mode 100644
index 00000000..d33d4bb7
--- /dev/null
+++ b/FrontEnd/src/pages/timeline/TimelinePostCreateView.css
@@ -0,0 +1,31 @@
+.timeline-post-create-card {
+ position: sticky !important;
+ top: 106px;
+ z-index: 100;
+ margin-right: 200px;
+}
+
+.timeline-post-create {
+ display: flex;
+}
+
+.timeline-post-create-edit-area {
+ flex-grow: 1;
+}
+
+.timeline-post-create-edit-text {
+ width: 100%;
+ height: 100%;
+}
+
+.timeline-post-create-image {
+ max-width: 100px;
+ max-height: 100px;
+}
+
+.timeline-post-create-right-area {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ margin-left: 1em;
+} \ No newline at end of file