diff --git a/src/userContent/home.css b/src/userContent/home.css new file mode 100644 index 0000000..38b6ddd --- /dev/null +++ b/src/userContent/home.css @@ -0,0 +1,18 @@ +/* Copyright 2021 Oliver Smith + * SPDX-License-Identifier: GPL-3.0-or-later */ + +@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; + } + + } +}