Guest User

Untitled

a guest
Sep 29th, 2023
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /** Activity Stream ***********************************************************/
  2. @-moz-document url("about:home"), url("about:newtab") {
  3. /** Activity Stream - Web Site Icon: full size ******************************/
  4. @supports -moz-bool-pref("userContent.newTab.full_icon") {
  5. .top-site-outer .tile {
  6. overflow: hidden;
  7. }
  8. .top-site-outer .tile .icon-wrapper {
  9. width: 75% !important; /* Original: 48px */
  10. height: 75% !important; /* Original: 48px */
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment