Commit 3000cf34 authored by John Lee's avatar John Lee Committed by Commit Bot

Settings WebUI: Make menu outlines extend the full widths

https://imgur.com/a/8zA9Fxq

Bug: 1048552
Change-Id: I10da9e12e233b4afade004a21a4ee25ba61d1c7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112811Reviewed-by: default avatarEsmael Elmoslimany <aee@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752198}
parent 786669f1
...@@ -29,6 +29,12 @@ ...@@ -29,6 +29,12 @@
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
} }
#topMenu {
display: flex;
flex-direction: column;
min-width: fit-content;
}
a[href], a[href],
#advancedButton { #advancedButton {
align-items: center; 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