/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ .profiler-dialog__frame { border: none; height: 100%; width: 100%; } /* * The current layout of the dialog header is * * +-----------------------------+---+ * | dialog title (auto) | X | * +-----------------------------+---+ */ .profiler-dialog__header { align-items: center; background-color: var(--popup-header-background-color); color: var(--popup-header-color); display: grid; grid-template-columns: 1fr max-content; padding: var(--base-unit); } .profiler-dialog__header__title { margin-inline-start: calc(var(--base-unit) * 2); /* Reset