Small changes to the settings UI

This commit is contained in:
Mauro Balades
2024-04-24 19:27:05 +02:00
parent 57ca773e6f
commit 0d6cf99e21
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
class="subcategory"
hidden="true"
data-category="paneZenLooks">
<html:h1 data-l10n-id="pane-zen-looks-title"/>
</hbox>
<groupbox id="zenLooksAndFeelGroup" data-category="paneZenLooks" hidden="true" class="highlighting-group">

View File

@@ -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 }

View File

@@ -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;
}