mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-27 02:41:51 +00:00
chore: Update macOS alpha build workflow to install Python 3.11 instead of Python 3.12
This commit is contained in:
Submodule src/browser/base/content/zen-components updated: f5d5bc918b...43c47ad710
@@ -243,15 +243,13 @@
|
||||
|
||||
@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
|
||||
#navigator-toolbox:is([zen-user-hover="true"]:hover, :not([zen-user-hover="true"])) {
|
||||
& #navigator-toolbox {
|
||||
--zen-navigation-toolbar-min-width: 155px;
|
||||
min-width: var(--zen-navigation-toolbar-min-width) !important;
|
||||
align-items: start;
|
||||
transition: .2s;
|
||||
width: 170px;
|
||||
border: none;
|
||||
padding-left: 2px;
|
||||
}
|
||||
--zen-navigation-toolbar-min-width: 155px;
|
||||
min-width: var(--zen-navigation-toolbar-min-width) !important;
|
||||
align-items: start;
|
||||
transition: .2s;
|
||||
width: 170px;
|
||||
border: none;
|
||||
padding-left: 2px;
|
||||
|
||||
& .tab-label-container {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user