Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1367)

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 1034443002: Files.app: Calculate the hit elements on drag-selection correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/file_grid.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index c552bb6aa6f7a4342a138bd8226a144ab9412aad..4a774f087218d65443a3f05954aee754b8ee9a5d 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -969,11 +969,11 @@ html[dir='rtl'] .breadcrumbs .separator {
/* On the right side, we have less margin to pack items as long as they are
fully visible. */
-webkit-padding-end: 2px;
- -webkit-padding-start: 7px;
+ -webkit-padding-start: 4px;
box-sizing: border-box;
overflow-y: auto;
- padding-bottom: 7px;
- padding-top: 7px;
+ padding-bottom: 16px;
+ padding-top: 4px;
width: 100%;
}
@@ -1017,10 +1017,11 @@ body[type='full-page'] .detail-name .detail-icon {
border-radius: 2px;
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
height: 180px;
- margin-top: 8px;
+ margin-top: 12px;
overflow: hidden;
position: relative;
transition: box-shadow 220ms ease;
+ vertical-align: top; /* Prevent vertical spacing for wrapped inline box. */
width: 180px;
}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/file_grid.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698