blob: 863a61e493c5fc68a23430f7853f19ec1fd064b7 [file] [log] [blame]
/* Copyright 2022 The Fuchsia Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
:root {
--log-list-buffer: calc(100vh - 50px);
--log-control-height: 24px;
}
body {
display: flex;
flex-direction: column;
}
#log-list-container {
height: var(--log-list-buffer);
overflow: scroll;
width: 100%;
}
#log-action-container {
display: flex;
height: var(--log-action-container-height);
margin-block-start: 0;
margin-block-end: 0;
padding-bottom: var(--input-margin-vertical);
width: 100%;
}