userContent/home: make adaptive (MR 19)
This commit is contained in:
parent
511f62ac7b
commit
cdf699bfd1
1 changed files with 18 additions and 0 deletions
18
src/userContent/home.css
Normal file
18
src/userContent/home.css
Normal 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue