aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline-common/TimelinePostEdit.css
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/views/timeline-common/TimelinePostEdit.css')
-rw-r--r--FrontEnd/src/views/timeline-common/TimelinePostEdit.css20
1 files changed, 0 insertions, 20 deletions
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;
-}