CSS样式  |  21行  |  414 B

/* Copyright (c) 2013 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.
 */

.lthi-s-view {
  -webkit-flex-direction: row;
  display: -webkit-flex;
}

.lthi-s-view > layer-picker {
  width: 400px;
}

.lthi-s-view > x-drag-handle {
  -webkit-flex: 0 0 auto;
}

.lthi-s-view > layer-viewer {
  -webkit-flex: 1 1 auto;
}