Commit f65f6d77 authored by fukino's avatar fukino Committed by Commit bot

Files.app: Expand padding of breadcrumbs.

This CL expands padding of breadcrumbs from 5px to 9px.
Along with it, some padding are reduced to keep the overall layout.

BUG=480720
TEST=manually

Review URL: https://codereview.chromium.org/1128023006

Cr-Commit-Position: refs/heads/master@{#330054}
parent 612cc633
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment