From cdf699bfd19d7355d3567443b0f846d6d46c2714 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 5 Dec 2021 05:33:39 +0100 Subject: [PATCH] userContent/home: make adaptive (MR 19) --- src/userContent/home.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/userContent/home.css 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; + } + + } +}