From 928ba0ce419bacba113951095278a5138ead34cf Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 10 Apr 2022 16:04:03 +0800 Subject: ... --- .../src/views/timeline-common/TimelinePostEdit.css | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 FrontEnd/src/views/timeline-common/TimelinePostEdit.css (limited to 'FrontEnd/src/views/timeline-common/TimelinePostEdit.css') diff --git a/FrontEnd/src/views/timeline-common/TimelinePostEdit.css b/FrontEnd/src/views/timeline-common/TimelinePostEdit.css deleted file mode 100644 index 4ce98383..00000000 --- a/FrontEnd/src/views/timeline-common/TimelinePostEdit.css +++ /dev/null @@ -1,20 +0,0 @@ -.timeline-item.timeline-post-edit { - padding-bottom: 0; -} - -.timeline-post-edit .timeline-item-card { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border-bottom: none; -} - -.timeline-post-edit { - position: sticky !important; - bottom: 0; - z-index: 1; -} - -.timeline-post-edit-image { - max-width: 100px; - max-height: 100px; -} -- cgit v1.2.3