aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostView.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/TimelinePostView.css
parent4133d7122a54faf85458151d36c5fc040db7baef (diff)
downloadtimeline-0c5c9d51c51d07aecb6f4a01586c81c824141cb2.tar.gz
timeline-0c5c9d51c51d07aecb6f4a01586c81c824141cb2.tar.bz2
timeline-0c5c9d51c51d07aecb6f4a01586c81c824141cb2.zip
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostView.css')
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostView.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostView.css b/FrontEnd/src/pages/timeline/TimelinePostView.css
index 229b4a7a..c95427e5 100644
--- a/FrontEnd/src/pages/timeline/TimelinePostView.css
+++ b/FrontEnd/src/pages/timeline/TimelinePostView.css
@@ -9,6 +9,10 @@
height: 2em;
}
+.timeline-post-author-nickname {
+ margin: 0 1em;
+}
+
.timeline-post-edit-button {
float: right;
}
@@ -23,5 +27,5 @@
}
.timeline-post-content {
- white-space: pre-line;
+ margin-top: 0.5em;
} \ No newline at end of file