diff options
author | crupest <crupest@outlook.com> | 2023-09-20 19:42:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-20 19:42:41 +0800 |
commit | 0b110df59aa98f78d3dd491e4c7ef310cee3c166 (patch) | |
tree | 2ac838606d8224eade66ab693eeb2fd3aa332dda /FrontEnd/src/pages/timeline | |
parent | e06f1a33e678ac264f9290013f49237ea97e699b (diff) | |
download | timeline-0b110df59aa98f78d3dd491e4c7ef310cee3c166.tar.gz timeline-0b110df59aa98f78d3dd491e4c7ef310cee3c166.tar.bz2 timeline-0b110df59aa98f78d3dd491e4c7ef310cee3c166.zip |
...
Diffstat (limited to 'FrontEnd/src/pages/timeline')
-rw-r--r-- | FrontEnd/src/pages/timeline/Timeline.css | 16 | ||||
-rw-r--r-- | FrontEnd/src/pages/timeline/TimelinePostView.css | 2 |
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 +} |