Commit da222027 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview: Increase sidebar width

Increase the width of the Print Preview sidebar by 25px, providing an
extra 25px for titles.

Bug: 925960, 941369
Change-Id: I59f216523709547312348d33104aa5e467a3f585
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574225Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652289}
parent d6d48af9
......@@ -40,7 +40,7 @@
print-preview-sidebar {
flex: none;
width: 311px;
width: 326px;
}
#preview-area-container {
......
......@@ -29,7 +29,7 @@
flex: none;
font-size: 1em;
line-height: calc(20/13 * 1em);
width: 75px;
width: 100px;
}
</style>
<slot name="title"></slot>
......
......@@ -49,7 +49,7 @@
content: '';
display: block;
height: 100%;
width: 311px;
width: 326px;
}
[new-print-preview-layout].loading body::before {
......
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