<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarai.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Content Pane</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/971/content-pane</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Content Pane</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/971/content-pane</link><pubDate>Tue, 17 Sep 2024 14:23:50 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:4744e5b9-4e3d-4dd3-a4ad-7b14d0f8ca63</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/971/content-pane#comments</comments><description>Current Revision posted to Dev Tutorials by Rafael Fernandes on 9/17/2024 2:23:50 PM&lt;br /&gt;
&lt;p&gt;&lt;span class="SCXW25341720 BCX0"&gt;&lt;span class="WACImageContainer NoPadding DragDrop BlobObject SCXW25341720 BCX0"&gt;&lt;img style="max-height:420px;max-width:572px;" alt=" " height="420" src="/resized-image/__size/1144x840/__key/communityserver-wikis-components-files/00-00-00-00-14/pastedimage1726582905991v1.png" width="572" /&gt;&lt;span class="WACImageBorder SCXW25341720 BCX0"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun EmptyTextRun SCXW25341720 BCX0" lang="EN-US" data-contrast="auto"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The size and alignment of the content pane ( &amp;lt;div id=&amp;rdquo;content&amp;rdquo;&amp;gt;) element has changed&lt;/li&gt;
&lt;li&gt;The content pane now has a &amp;ldquo;floating&amp;rdquo; appearance with a &lt;strong&gt;24px&lt;/strong&gt; gap added on either side&lt;/li&gt;
&lt;li&gt;The top corners of the content pane are now rounded&lt;/li&gt;
&lt;li&gt;&amp;ldquo;How does this affect my customizations?&amp;rdquo;
&lt;ul&gt;
&lt;li&gt;Most elements should adjust automatically to fit the updated size and alignment of the content pane.&lt;/li&gt;
&lt;li&gt;However, you will want to be aware of any custom elements that make use of fixed positioning, as their widths or positionings may need to be updated.&lt;/li&gt;
&lt;li&gt;We have defined a few LESS variables that can assist you in any calculations you may need to make to determine the size/alignments of fixed elements in your &lt;code&gt;custom.less&lt;/code&gt; file:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;@mainPaneSideGap&lt;/code&gt; (default: 1.5rem)
&lt;ul&gt;
&lt;li&gt;The gap size on each side of the main pane&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;code&gt;@mainPaneTopGap&lt;/code&gt; (default: 3.5rem)
&lt;ul&gt;
&lt;li&gt;The gap size between the top of the viewport and the top of the main pane&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Content Pane</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/971/content-pane/revision/2</link><pubDate>Tue, 17 Sep 2024 14:23:31 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:4744e5b9-4e3d-4dd3-a4ad-7b14d0f8ca63</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/971/content-pane#comments</comments><description>Revision 2 posted to Dev Tutorials by Rafael Fernandes on 9/17/2024 2:23:31 PM&lt;br /&gt;
&lt;p&gt;&lt;span class="SCXW25341720 BCX0"&gt;&lt;span class="WACImageContainer NoPadding DragDrop BlobObject SCXW25341720 BCX0"&gt;&lt;img style="max-height:420px;max-width:572px;" height="420" src="/resized-image/__size/1144x840/__key/communityserver-wikis-components-files/00-00-00-00-14/pastedimage1726582905991v1.png" width="572" alt=" " /&gt;&lt;span class="WACImageBorder SCXW25341720 BCX0"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="TextRun EmptyTextRun SCXW25341720 BCX0" lang="EN-US" data-contrast="auto"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The size and alignment of the content pane ( &amp;lt;div id=&amp;rdquo;content&amp;rdquo;&amp;gt;) element has changed&lt;/li&gt;
&lt;li&gt;The content pane now has a &amp;ldquo;floating&amp;rdquo; appearance with a &lt;strong&gt;24px&lt;/strong&gt; gap added on either side&lt;/li&gt;
&lt;li&gt;The top corners of the content pane are now rounded&lt;/li&gt;
&lt;li&gt;&amp;ldquo;How does this affect my customizations?&amp;rdquo;
&lt;ul&gt;
&lt;li&gt;Most elements should adjust automatically to fit the updated size and alignment of the content pane.&lt;/li&gt;
&lt;li&gt;However, you will want to be aware of any custom elements that make use of fixed positioning, as their widths or positionings may need to be updated.&lt;/li&gt;
&lt;li&gt;We have defined a few LESS variables that can assist you in any calculations you may need to make to determine the size/alignments of fixed elements in your &lt;code&gt;custom.less&lt;/code&gt; file:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;@mainPaneSideGap&lt;/code&gt; (default: 1.5rem)
&lt;ul&gt;
&lt;li&gt;The gap size on each side of the main pane&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;code&gt;@mainPaneTopGap&lt;/code&gt; (default: 3.5rem)
&lt;ul&gt;
&lt;li&gt;The gap size between the top of the viewport and the top of the main pane&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Content Pane</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/971/content-pane/revision/1</link><pubDate>Mon, 16 Sep 2024 18:00:30 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:4744e5b9-4e3d-4dd3-a4ad-7b14d0f8ca63</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/971/content-pane#comments</comments><description>Revision 1 posted to Dev Tutorials by Rafael Fernandes on 9/16/2024 6:00:30 PM&lt;br /&gt;
&lt;p&gt;Content Pane&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>