blob: 614c7016b3f621a08f00edb2aad5a300df8c82b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* Copyright 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
track-list {
bottom: 96px; /* Room for the control bar. */
left: 0;
position: absolute;
right: 0;
top: 0;
}
control-panel {
bottom: 0;
left: 0;
position: fixed;
right: 0;
}
|