userContent/home: make adaptive (MR 19)

This commit is contained in:
Oliver Smith 2021-12-05 05:33:39 +01:00
parent 511f62ac7b
commit cdf699bfd1
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

18
src/userContent/home.css Normal file
View file

@ -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;
}
}
}