diff --git a/src/browser/components/preferences/zenLooksAndFeel.inc.xhtml b/src/browser/components/preferences/zenLooksAndFeel.inc.xhtml
index dc1ed469d..e28b030d5 100644
--- a/src/browser/components/preferences/zenLooksAndFeel.inc.xhtml
+++ b/src/browser/components/preferences/zenLooksAndFeel.inc.xhtml
@@ -4,6 +4,7 @@
class="subcategory"
hidden="true"
data-category="paneZenLooks">
+
diff --git a/src/browser/locales/en-US/browser/preferences/zen-preferences.ftl b/src/browser/locales/en-US/browser/preferences/zen-preferences.ftl
index 02d513e96..e3eee5929 100644
--- a/src/browser/locales/en-US/browser/preferences/zen-preferences.ftl
+++ b/src/browser/locales/en-US/browser/preferences/zen-preferences.ftl
@@ -1,5 +1,5 @@
-pane-zen-looks-title = Look And Feel
+pane-zen-looks-title = Looks And Feel
category-zen-looks =
.tooltiptext = { pane-zen-looks-title }
diff --git a/src/browser/themes/shared/zen-browser-shared.css b/src/browser/themes/shared/zen-browser-shared.css
index a03094b06..6ec8844c5 100644
--- a/src/browser/themes/shared/zen-browser-shared.css
+++ b/src/browser/themes/shared/zen-browser-shared.css
@@ -209,6 +209,10 @@ button.popup-notification-dropmarker {
-moz-window-dragging: no-drag;
}
+#navigator-toolbox[inlinedwithsidebar="true"] #TabsToolbar {
+ padding-bottom: calc(5px + 5px); /* Taking into consideration the padding of the sidebar without being inlined */
+}
+
#TabsToolbar-customization-target {
flex-direction: column;
}