mobile-config-firefox/src/userContent/home.css
2022-01-30 11:59:57 +01:00

18 lines
400 B
CSS

/* Copyright 2022 Oliver Smith
* SPDX-License-Identifier: MPL-2.0 */
@namespace url("http://www.w3.org/1999/xhtml");
@-moz-document url("about:home"), url("about:blank"), url("about:newtab") {
@media (max-width: 700px) {
.outer-wrapper.only-search {
padding-top: 50px !important;
}
.customize-menu {
width: 100% !important;
}
}
}