refactor: Hide sidebar splitter in Zen browser theme

This commit is contained in:
Mauro Balades
2024-07-26 09:42:51 +02:00
parent dfa5013a79
commit 58e049a76f
4 changed files with 10 additions and 10 deletions

View File

@@ -136,8 +136,7 @@ jobs:
unset SURFER_PLATFORM
export ZEN_CROSS_COMPILING=1
if test ${{ inputs.generate-gpo }}; then
#export ZEN_GA_GENERATE_PROFILE=1
echo "note: PGO build is disabled"
export ZEN_GA_GENERATE_PROFILE=1
fi
sh .github/workflows/src/alpha-build.sh

View File

@@ -594,6 +594,10 @@ panelmultiview {
margin: 0 !important;
}
}
& #zen-sidebar-splitter {
display: none !important;
}
}
/* Screenshots */

View File

@@ -356,11 +356,14 @@
}
#PlacesChevron,
#urlbar-go-button,
#zen-expand-sidebar-button {
#urlbar-go-button {
list-style-image: url("arrow-right.svg") !important;
}
#zen-expand-sidebar-button {
list-style-image: url("move-tab.svg") !important;
}
.panel-header > .subviewbutton-back {
list-style-image: url("arrow-left.svg") !important;
}

View File

@@ -193,12 +193,6 @@
display: none;
}
@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
#zen-expand-sidebar-button {
display: block; /* TODO? */
}
}
@media not (-moz-bool-pref: "zen.view.sidebar-expanded") {
#navigator-toolbox {
width: 0 !important;