1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-09 00:35:31 +02:00

Add zen-compact-mode-ignore class to sidebar button for improved styling in compact mode
Some checks are pending
Update Components Submodules / update-submodules (push) Waiting to run

This commit is contained in:
mr. M 2024-11-10 18:25:09 +01:00
parent 1c7c6b2a0f
commit 33ac29f269
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
3 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ export var ZenCustomizableUI = new (class {
mode="icons">
<hbox id="zen-sidebar-top-buttons-customization-target" class="customization-target" flex="1">
<toolbarbutton removable="true" class="chromeclass-toolbar-additional toolbarbutton-1 zen-sidebar-action-button" id="zen-expand-sidebar-button" data-l10n-id="sidebar-zen-expand" cui-areatype="toolbar" oncommand="gZenVerticalTabsManager.toggleExpand();"></toolbarbutton>
<toolbarbutton removable="true" class="toolbarbutton-1 zen-sidebar-action-button" id="zen-sidepanel-button" data-l10n-id="sidebar-zen-sidepanel" onclick="gZenBrowserManagerSidebar.toggle();"></toolbarbutton>
<toolbarbutton removable="true" class="toolbarbutton-1 zen-sidebar-action-button zen-compact-mode-ignore" id="zen-sidepanel-button" data-l10n-id="sidebar-zen-sidepanel" onclick="gZenBrowserManagerSidebar.toggle();"></toolbarbutton>
</hbox>
</toolbar>
`);