<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Permanent size for newsfeed box?]]></title><description><![CDATA[<p dir="auto">Hi all :)</p>
<p dir="auto">I’ve got my mirror working pretty much exactly as I want it from the software side, so I thought I’d look at building one for my wife.</p>
<p dir="auto">I’ve set up the default newsfeed module, but noticed that it jumps. Whenever there’s a headline that spills onto the second line, the newsfeed module and anything directly above it get pushed up. I’ve got the newsfeed in the bottom bar, with the clock bottom center and weather bottom right, so all three modules move.</p>
<p dir="auto">Is there a way to fix the size of the newsfeed module so that it doesn’t have to expand when a longer headline is displayed?</p>
<p dir="auto">Some headlines take up the full two lines, so reducing the font size is not an option, unfortunately.</p>
]]></description><link>https://forum.magicmirror.builders/topic/16254/permanent-size-for-newsfeed-box</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 16:10:30 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16254.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Jan 2022 17:37:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Permanent size for newsfeed box? on Thu, 27 Jan 2022 22:36:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karsten13" aria-label="Profile: karsten13">@<bdi>karsten13</bdi></a> said in <a href="/post/99024">Permanent size for newsfeed box?</a>:</p>
<blockquote>
<p dir="auto">.module.newsfeed {<br />
height: 200px;<br />
}</p>
</blockquote>
<p dir="auto">That seems to be working perfectly, thank you :)</p>
]]></description><link>https://forum.magicmirror.builders/post/99089</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99089</guid><dc:creator><![CDATA[Tippon]]></dc:creator><pubDate>Thu, 27 Jan 2022 22:36:59 GMT</pubDate></item><item><title><![CDATA[Reply to Permanent size for newsfeed box? on Tue, 25 Jan 2022 18:56:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tippon" aria-label="Profile: tippon">@<bdi>tippon</bdi></a></p>
<p dir="auto">you can add the following in <code>css/custom.css</code>:</p>
<pre><code class="language-css">.module.newsfeed {
  height: 200px;
}
</code></pre>
<p dir="auto">you can play with the height value.</p>
]]></description><link>https://forum.magicmirror.builders/post/99024</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99024</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Tue, 25 Jan 2022 18:56:49 GMT</pubDate></item></channel></rss>