fune/browser/components/tabunloader/content/aboutUnloads.css
Toshihito Kikuchi 8c3951ba97 Bug 1725257 - Part 3. Implement about:unloads. r=NeilDeakin,fluent-reviewers,flod
The page contains
- a table to show the tabs and their attributes that `TabUnloader` considers
- a button to trigger `TabUnloader.unloadLeastRecentlyUsedTab()`

to visualize the behavior of `TabUnloader` and manually trigger it.

Differential Revision: https://phabricator.services.mozilla.com/D123988
2021-09-07 00:46:59 +00:00

25 lines
442 B
CSS

/* 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/. */
body {
display: block;
}
.control-panel {
float: inline-end;
margin: 10px 0;
}
#button-unload {
float: inherit;
margin-inline-end: 0;
}
.top-level-process {
font-weight: bold;
}
.shared-process {
font-style: italic;
}