Add: activity stream's icon full size

This commit is contained in:
alstjr7375 2021-04-26 15:52:35 +09:00
commit 23ae9800ab

7
userContent.css Normal file
View file

@ -0,0 +1,7 @@
@-moz-document url("about:home"), url("about:newtab") {
.top-site-outer .tile .icon-wrapper {
width: 100% !important;
height: 100% !important;
}
}