Update version to 127.0.1!

This commit is contained in:
Mauro Balades
2024-07-02 10:00:24 +02:00
parent 753fbe26b0
commit 8a41bcf390
15 changed files with 134 additions and 151 deletions

View File

@@ -1,11 +1,11 @@
diff --git a/browser/components/sidebar/browser-sidebar.js b/browser/components/sidebar/browser-sidebar.js
index 55664f8cfc8ff7071e5d93fbf24b7471cfc4f879..398e78600e50bc1e2a8dbb2d64d6b578f4def28f 100644
index 6cbac7c0826856adfcdafd3507e05f3efac95a2d..966289f04246deefe3dcb233f7fcb755fccfdbc6 100644
--- a/browser/components/sidebar/browser-sidebar.js
+++ b/browser/components/sidebar/browser-sidebar.js
@@ -357,6 +357,7 @@ var SidebarUI = {
@@ -404,6 +404,7 @@ var SidebarController = {
} else {
this._box.removeAttribute("positionend");
sidebarLauncher.removeAttribute("positionend");
sidebarMain.removeAttribute("positionend");
+ this._box.style.order = 0;
}

View File

@@ -207,7 +207,7 @@ input[type='checkbox'] {
border-radius: 99px;
height: 20px;
display: flex;
border: 2px solid var(--arrowpanel-border-color);
border: 1px solid var(--zen-colors-primary) !important;
}
#dragBall {