michael@0: /* vim:set ts=2 sw=2 sts=2 et: */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #toolbar-labels { michael@0: overflow: hidden; michael@0: } michael@0: michael@0: #details-pane-toggle[disabled] { michael@0: /* Don't use display: none; to avoid collapsing #requests-menu-toolbar */ michael@0: visibility: hidden; michael@0: } michael@0: michael@0: #custom-pane { michael@0: overflow: auto; michael@0: } michael@0: michael@0: #response-content-image-box { michael@0: overflow: auto; michael@0: } michael@0: michael@0: #timings-summary-blocked { michael@0: display: none; /* This doesn't work yet. */ michael@0: } michael@0: michael@0: #network-statistics-charts { michael@0: overflow: auto; michael@0: } michael@0: michael@0: /* Responsive sidebar */ michael@0: @media (max-width: 700px) { michael@0: #toolbar-spacer, michael@0: #details-pane-toggle, michael@0: #details-pane[pane-collapsed], michael@0: .requests-menu-waterfall, michael@0: .requests-menu-footer-label, michael@0: .requests-menu-status-code { michael@0: display: none; michael@0: } michael@0: }