mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-10 00:55:30 +02:00
Refactor ZenCustomizableUI and update keyboard shortcuts preferences
This commit is contained in:
parent
2d573da55e
commit
7e35a5cfb5
4 changed files with 4 additions and 3 deletions
2
l10n
2
l10n
|
@ -1 +1 @@
|
||||||
Subproject commit a0c4c558fe7561d26167cbbd520014e222f70cdd
|
Subproject commit f09587d686d11cfb94211a3881feb2fe4737f31d
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 72f6b8d513e69cd8c936b1d124761c9f7dd59c1a
|
Subproject commit c65b4aef136bc90fadab4d9e04199b6598fed3cf
|
|
@ -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;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue