<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Firefox 124.0 new tab icon spacing changed and bad in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/firefox-124-0-new-tab-icon-spacing-changed-and-bad/m-p/53991#M19080</link>
    <description>&lt;P&gt;There is no built-in way to restyle the new tab page. But you can set Firefox to look for a user-specified style sheet at startup called userContent.css -- it's the lesser known cousin of userChrome.css. Here's an example of a userContent.css rule to tighten up the vertical spacing of the shortcuts on the new tab page in Firefox 124:&lt;/P&gt;&lt;LI-CODE lang="css"&gt;@-moz-document url(about:newtab), url(about:home) {
  /* Reduce spacing between rows of shortcuts on the new tab page */
  li.top-site-outer {
	margin-block-end: 0px !important;
  }
  a.top-site-button {
	padding-top: 5px !important;
  }
  span.sponsored-label {
	font-size: 0.75em !important;
	margin-top: -3px !important;
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Fx124-new-tab-vertical-space-userContent.css-before-after.png" style="width: 388px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/5937iC96AF7E760E245DC/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Fx124-new-tab-vertical-space-userContent.css-before-after.png" alt="Fx124-new-tab-vertical-space-userContent.css-before-after.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;userChrome.css and userContent.css are not officially supported, but you can find help and resources on Reddit at &lt;A href="https://www.reddit.com/r/FirefoxCSS/" target="_blank"&gt;https://www.reddit.com/r/FirefoxCSS/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I also have general background and setup steps on my website at &lt;A href="https://www.userchrome.org/" target="_blank"&gt;https://www.userchrome.org/&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Mar 2024 21:55:27 GMT</pubDate>
    <dc:creator>jscher2000</dc:creator>
    <dc:date>2024-03-23T21:55:27Z</dc:date>
    <item>
      <title>Firefox 124.0 new tab icon spacing changed and bad</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-124-0-new-tab-icon-spacing-changed-and-bad/m-p/53984#M19079</link>
      <description>&lt;P&gt;I use new tab with icons on firefox.&amp;nbsp; It is just one of those features I love so much and keeps me using it.&amp;nbsp; It is setup as 8 by 5 icons.&amp;nbsp; Now in v124.0, something got changed in a horrible way.&amp;nbsp; The spacing changed such that in order to see all the icon, I must zoom to 80% of the size to see them all.&amp;nbsp; To make it worse, the text under the icons is small and hard for my eyes to read.&lt;/P&gt;&lt;P&gt;Who makes these changes?&amp;nbsp; This needs to be reverted or fixed.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 19:34:40 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-124-0-new-tab-icon-spacing-changed-and-bad/m-p/53984#M19079</guid>
      <dc:creator>wjrasmussen</dc:creator>
      <dc:date>2024-03-23T19:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox 124.0 new tab icon spacing changed and bad</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-124-0-new-tab-icon-spacing-changed-and-bad/m-p/53991#M19080</link>
      <description>&lt;P&gt;There is no built-in way to restyle the new tab page. But you can set Firefox to look for a user-specified style sheet at startup called userContent.css -- it's the lesser known cousin of userChrome.css. Here's an example of a userContent.css rule to tighten up the vertical spacing of the shortcuts on the new tab page in Firefox 124:&lt;/P&gt;&lt;LI-CODE lang="css"&gt;@-moz-document url(about:newtab), url(about:home) {
  /* Reduce spacing between rows of shortcuts on the new tab page */
  li.top-site-outer {
	margin-block-end: 0px !important;
  }
  a.top-site-button {
	padding-top: 5px !important;
  }
  span.sponsored-label {
	font-size: 0.75em !important;
	margin-top: -3px !important;
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Fx124-new-tab-vertical-space-userContent.css-before-after.png" style="width: 388px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/5937iC96AF7E760E245DC/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Fx124-new-tab-vertical-space-userContent.css-before-after.png" alt="Fx124-new-tab-vertical-space-userContent.css-before-after.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;userChrome.css and userContent.css are not officially supported, but you can find help and resources on Reddit at &lt;A href="https://www.reddit.com/r/FirefoxCSS/" target="_blank"&gt;https://www.reddit.com/r/FirefoxCSS/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I also have general background and setup steps on my website at &lt;A href="https://www.userchrome.org/" target="_blank"&gt;https://www.userchrome.org/&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 21:55:27 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-124-0-new-tab-icon-spacing-changed-and-bad/m-p/53991#M19080</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2024-03-23T21:55:27Z</dc:date>
    </item>
  </channel>
</rss>

