Commit 1c7f970c authored by Huanzhong Huang's avatar Huanzhong Huang Committed by Commit Bot

Cookie controls toggle space reserving

Reserve space for (lazy-loaded) cookie controls toggle

Bug: 967668
Change-Id: Ia6fa8e84590c8512fcd6cb84f72f7db339b69e56
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865222
Commit-Queue: Huanzhong Huang <huanzhong@chromium.org>
Reviewed-by: default avatarDan Beam <dbeam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707297}
parent 49e791b2
...@@ -124,6 +124,10 @@ em { ...@@ -124,6 +124,10 @@ em {
flex: none; flex: none;
} }
#cookie-controls-toggle:not(:defined) {
width: 34px;
}
/** Layout ------------------------------------------------------------------ */ /** Layout ------------------------------------------------------------------ */
/* Align the content, icon, and title to to the center. */ /* Align the content, icon, and title to to the 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