summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/appinfo/app.php1
-rw-r--r--apps/files_trashbin/css/trash.css14
2 files changed, 1 insertions, 14 deletions
diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php
index d4e44b78850..d97f2cd84e5 100644
--- a/apps/files_trashbin/appinfo/app.php
+++ b/apps/files_trashbin/appinfo/app.php
@@ -36,5 +36,6 @@
'script' => 'list.php',
'order' => 50,
'name' => $l->t('Deleted files'),
+ 'classes' => 'pinned',
];
});
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
index f1096d5924c..2ed57b51918 100644
--- a/apps/files_trashbin/css/trash.css
+++ b/apps/files_trashbin/css/trash.css
@@ -20,17 +20,3 @@
display: none;
}
-/* move Deleted Files to bottom of sidebar */
-.nav-trashbin {
- position: fixed !important;
- bottom: 88px;
- width: inherit !important;
- background-color: #fff;
- border-right: 1px solid #eee;
- margin-bottom: 0px !important;
-}
-/* double padding to account for Deleted files entry, issue with Firefox */
-.app-files #app-navigation > ul li:nth-last-child(2) {
- margin-bottom: 88px;
-}
-