Commit 0e7a3e9e authored by rbpotter's avatar rbpotter Committed by Commit Bot

PDFViewerUpdate: Fix sidenav icon alignment

R=johntlee@chromium.org

Fixed: 1130854
Change-Id: I546c0650bb940ce8a92d4cf2a3ea54a309ba1346
Bug: 1130854
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423056Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809425}
parent 68ad7e04
......@@ -12,7 +12,7 @@
#icons {
display: flex;
flex-direction: column;
min-width: 48px;
min-width: 64px;
}
/* These are dummy styles currently - replace with real content. */
......@@ -28,7 +28,7 @@
.button-wrapper {
--button-wrapper-height: 36px;
--button-wrapper-margin: 6px;
--button-wrapper-margin: 12px;
--button-wrapper-total-height: calc(
var(--button-wrapper-height) + var(--button-wrapper-margin));
align-items: center;
......
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