Allow only one bookmark to be added for multiple fast starring
[chromium-blink-merge.git] / chrome / browser / resources / md_downloads / manager.css
blob5a26ca4b7fb524e8f8f31c45aba9aa3fb069bffc
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 :host {
6 @apply(--downloads-shared-style);
7 display: flex;
8 flex: 1 0;
9 flex-direction: column;
10 height: 100%;
13 @media screen and (max-width: 1024px) {
14 :host {
15 flex-basis: 670px;