From 81e6fa8a4fe4d59107e202f085e192286fdf9227 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Wed, 2 Jun 2021 15:09:22 +0300 Subject: [PATCH] [firefox] increase the size of site buttons on the newtab screen --- web/firefox/userContent.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/firefox/userContent.css b/web/firefox/userContent.css index 932f3e5..bd75684 100644 --- a/web/firefox/userContent.css +++ b/web/firefox/userContent.css @@ -12,3 +12,12 @@ } */ } + +@-moz-document url(about:home), url(about:newtab) { + /* */ + /* */ + .top-site-outer .tile .icon-wrapper { + width: 100% !important; + height: 100% !important; + } +}