diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index 063cc71be..7c428a3de 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -750,7 +750,7 @@ } } - .cp-app-drive-path { + & > .cp-app-drive-path { width: 100%; height: @variables_bar-height; line-height: @variables_bar-height; diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index dd8630baa..71eda177f 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -2241,6 +2241,7 @@ define([ var isVirtual = virtualCategories.indexOf(path[0]) !== -1; var el = isVirtual ? undefined : manager.find(path); path = path[0] === SEARCH ? path.slice(0,1) : path; + var isInTrashRoot = manager.isInTrashRoot(path); var $outer = $('