diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index ccb156eb3..063cc71be 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -891,6 +891,9 @@ .fa-history { order: 50; } .fa-list, .fa-th-large { order: 25; } #cp-app-drive-toolbar-context-mobile, #cp-app-drive-toolbar-contextbuttons { order: 0; } + #cp-app-drive-toolbar-context-mobile { + .fa { margin: 0 !important; } + } #cp-app-drive-toolbar-contextbuttons { height: @variables_bar-height; display: flex; diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 8147b50fb..6f89041e1 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -1378,6 +1378,7 @@ define([ return; } // Non mobile + /* var $container = $driveToolbar.find('#cp-app-drive-toolbar-contextbuttons'); if (!$container.length) { return; } $container.html(''); @@ -1404,6 +1405,7 @@ define([ $container.append($a); $a.click(function() { $(el).click(); }); }); + */ }; var scrollTo = function ($element) {