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

Refactor ZenCustomizableUI and update keyboard shortcuts preferences

This commit is contained in:
mauro-balades 2024-09-23 19:55:48 +02:00
parent 2d573da55e
commit 7e35a5cfb5
4 changed files with 4 additions and 3 deletions

2
l10n

@ -1 +1 @@
Subproject commit a0c4c558fe7561d26167cbbd520014e222f70cdd
Subproject commit f09587d686d11cfb94211a3881feb2fe4737f31d

View file

@ -87,6 +87,7 @@ export var ZenCustomizableUI = new class {
const panelMenu = window.document.getElementById('PanelUI-menu-button');
panelMenu.classList.add('zen-sidebar-action-button');
panelMenu.setAttribute('cui-areatype', 'toolbar');
panelMenu.setAttribute('removable', 'true');
sideBarTopButtons.prepend(panelMenu);

@ -1 +1 @@
Subproject commit 72f6b8d513e69cd8c936b1d124761c9f7dd59c1a
Subproject commit c65b4aef136bc90fadab4d9e04199b6598fed3cf

View file

@ -2,7 +2,6 @@
#urlbar-container {
padding-block: 0 !important;
padding-bottom: 2px !important;
}
#urlbar {
@ -283,4 +282,5 @@ button.popup-notification-dropmarker {
#PersonalToolbar:not([collapsed="true"]) {
padding-bottom: 6px;
padding-left: 0 !important;
}