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

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

Issue 1128023006: Files.app: Expand paddings of breadcrumbs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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 | no next file » | 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 c49adc7cc8e945042570bf7b4eebb52f237b6574..04b123f36210be5ab534878ffe6890724eba8680 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -804,7 +804,7 @@ html[dir='rtl'] #search-box .clear {
/* The container for breadcrumb elements. */
.breadcrumbs {
- -webkit-margin-start: 16px;
+ -webkit-margin-start: 12px;
align-items: center;
display: flex;
flex: auto;
@@ -838,8 +838,8 @@ body.check-select .breadcrumbs {
margin-left: 0;
margin-right: 0;
min-width: 0;
- padding-left: 5px;
- padding-right: 5px;
+ padding-left: 9px;
+ padding-right: 9px;
text-overflow: ellipsis;
text-transform: none;
white-space: nowrap;
@@ -861,7 +861,7 @@ body.check-select .breadcrumbs {
url(../images/files/ui/2x/arrow_right_white.png) 2x) center no-repeat;
flex: none;
height: 16px;
- width: 16px;
+ width: 8px;
}
html[dir='rtl'] .breadcrumbs .separator {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698