Commit 157d6ce2 authored by Alex Danilo's avatar Alex Danilo Committed by Commit Bot

Make dialog header 56px tall with 48px action bar for files-ng

Bug: 992823
Change-Id: Id4c2453cce71d969b92d19ec78f1f28d6424e5eb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2045280
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740522}
parent a39f6f85
......@@ -432,6 +432,7 @@ div.splitter {
background: none;
border-bottom: 1px solid var(--cr-separator-color, rgb(224, 224, 224));
color: var(--google-grey-700);
height: 56px;
}
body.check-select .dialog-header {
......@@ -2057,6 +2058,11 @@ cr-menu-item[command='#install-new-extension'] .icon.start {
flex: none;
}
.dialog-header.files-ng #action-bar {
align-items: center;
height: 48px;
}
.detail-name > * {
align-items: center;
display: flex;
......
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