From 0b110df59aa98f78d3dd491e4c7ef310cee3c166 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 20 Sep 2023 19:42:41 +0800 Subject: ... --- FrontEnd/src/pages/timeline/Timeline.css | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'FrontEnd/src/pages/timeline/Timeline.css') 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; -- cgit v1.2.3