mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
refactor: Hide sidebar splitter in Zen browser theme
This commit is contained in:
3
.github/workflows/windows-alpha-build.yml
vendored
3
.github/workflows/windows-alpha-build.yml
vendored
@@ -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
|
||||
|
||||
|
@@ -594,6 +594,10 @@ panelmultiview {
|
||||
margin: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
& #zen-sidebar-splitter {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Screenshots */
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user