mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-28 05:58:38 +00:00
Refactor ZenCustomizableUI and update keyboard shortcuts preferences
This commit is contained in:
2
l10n
2
l10n
Submodule l10n updated: a0c4c558fe...f09587d686
@@ -87,6 +87,7 @@ export var ZenCustomizableUI = new class {
|
|||||||
const panelMenu = window.document.getElementById('PanelUI-menu-button');
|
const panelMenu = window.document.getElementById('PanelUI-menu-button');
|
||||||
panelMenu.classList.add('zen-sidebar-action-button');
|
panelMenu.classList.add('zen-sidebar-action-button');
|
||||||
panelMenu.setAttribute('cui-areatype', 'toolbar');
|
panelMenu.setAttribute('cui-areatype', 'toolbar');
|
||||||
|
panelMenu.setAttribute('removable', 'true');
|
||||||
|
|
||||||
sideBarTopButtons.prepend(panelMenu);
|
sideBarTopButtons.prepend(panelMenu);
|
||||||
|
|
||||||
|
Submodule src/browser/base/content/zen-components updated: 72f6b8d513...c65b4aef13
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
#urlbar-container {
|
#urlbar-container {
|
||||||
padding-block: 0 !important;
|
padding-block: 0 !important;
|
||||||
padding-bottom: 2px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#urlbar {
|
#urlbar {
|
||||||
@@ -283,4 +282,5 @@ button.popup-notification-dropmarker {
|
|||||||
|
|
||||||
#PersonalToolbar:not([collapsed="true"]) {
|
#PersonalToolbar:not([collapsed="true"]) {
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
|
padding-left: 0 !important;
|
||||||
}
|
}
|
Reference in New Issue
Block a user