fenix-fox/chrome/root.css

8 lines
148 B
CSS
Raw Normal View History

/* Copyright 2022 Oliver Smith
* SPDX-License-Identifier: MPL-2.0 */
/* Reduce minimum window width */
:root {
min-width: 300px !important;
}