aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/pages')
-rw-r--r--FrontEnd/src/pages/timeline/Timeline.css16
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostView.css2
2 files changed, 1 insertions, 17 deletions
diff --git a/FrontEnd/src/pages/timeline/Timeline.css b/FrontEnd/src/pages/timeline/Timeline.css
index 01a6acd6..db25eda0 100644
--- a/FrontEnd/src/pages/timeline/Timeline.css
+++ b/FrontEnd/src/pages/timeline/Timeline.css
@@ -25,22 +25,6 @@
background: var(--timeline-background-color);
}
-.timeline-post-item-options-mask {
- background: hsla(0, 0%, 100%, 0.85);
- z-index: 100;
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
-
- display: flex;
- justify-content: space-around;
- align-items: center;
-
- border-radius: var(--cru-card-border-radius);
-}
-
.timeline-sync-state-badge {
font-size: 0.8em;
padding: 3px 8px;
diff --git a/FrontEnd/src/pages/timeline/TimelinePostView.css b/FrontEnd/src/pages/timeline/TimelinePostView.css
index f14e1322..a8db46bf 100644
--- a/FrontEnd/src/pages/timeline/TimelinePostView.css
+++ b/FrontEnd/src/pages/timeline/TimelinePostView.css
@@ -34,4 +34,4 @@
.timeline-post-content {
margin-top: 0.5em;
-} \ No newline at end of file
+}