mobile-config-firefox/src/userChrome/root.css
2021-05-20 22:07:17 +02:00

7 lines
155 B
CSS

/* Copyright 2021 Oliver Smith
SPDX-License-Identifier: GPL-3.0-or-later */
/* Reduce minimum window width */
:root {
min-width: 300px !important;
}