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