Commit 213c711c authored by Kyle Milka's avatar Kyle Milka Committed by Commit Bot

Fix NTP background picker when browser is narrow

When the browser is resized to be very narrow the picker should
resize to two columns.

Bug: 850338
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: If73628d85df3bba6860a03949cdfa8b995651264
Reviewed-on: https://chromium-review.googlesource.com/1090997Reviewed-by: default avatarMathieu Perreault <mathp@chromium.org>
Commit-Queue: Kyle Milka <kmilka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565645}
parent 18f804b8
...@@ -116,6 +116,12 @@ ...@@ -116,6 +116,12 @@
z-index: 10000; z-index: 10000;
} }
@media (max-width: 520px) {
#bg-sel-menu {
width: 352px;
}
}
#bg-sel-tiles { #bg-sel-tiles {
height: 284px; height: 284px;
overflow-y: scroll; overflow-y: scroll;
......
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