Unwanted css for trashbin

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-17 12:42:38 +02:00
parent 46dcf3e05b
commit 151c0cbee7
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 0 additions and 14 deletions

View File

@ -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;
}