aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostView.css
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelinePostView.css')
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostView.css23
1 files changed, 10 insertions, 13 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostView.css b/FrontEnd/src/pages/timeline/TimelinePostView.css
index 2cd8cd6b..229b4a7a 100644
--- a/FrontEnd/src/pages/timeline/TimelinePostView.css
+++ b/FrontEnd/src/pages/timeline/TimelinePostView.css
@@ -1,13 +1,3 @@
-.timeline-post {
- position: relative;
- padding: 0.5em;
-}
-
-.timeline-post-card {
- position: relative;
- padding: 0.5em 0.5em 0.5em 4em;
-}
-
.timeline-post-header {
display: flex;
align-items: center;
@@ -19,10 +9,17 @@
height: 2em;
}
-.timeline-post-delete-button {
+.timeline-post-edit-button {
+ float: right;
+}
+
+.timeline-post-options-mask {
position: absolute;
- right: 0;
- bottom: 0;
+ inset: 0;
+ background-color: hsla(0, 0%, 100%, 0.9);
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
}
.timeline-post-content {