Update Zen theme CSS to use CSS variables for element separation

This commit is contained in:
Mauro Balades
2024-08-15 18:06:05 +02:00
parent 48ee6519a5
commit 48e0dbe68a
2 changed files with 7 additions and 4 deletions

View File

@@ -45,8 +45,6 @@ if test "$ZEN_RELEASE"; then
ac_add_options --disable-rust-tests
ac_add_options --disable-default-browser-agent
ac_add_options --disable-vtune
if ! test "$ZEN_DISABLE_LTO"; then
export MOZ_LTO=1
ac_add_options MOZ_LTO=1
@@ -54,6 +52,8 @@ if test "$ZEN_RELEASE"; then
fi
ac_add_options --enable-jemalloc
#ac_add_options --with-pthreads
ac_add_options --disable-trace-malloc
mk_add_options MOZILLA_OFFICIAL=1
MOZILLA_OFFICIAL=1
@@ -79,11 +79,15 @@ fi
ac_add_options --enable-unverified-updates
ac_add_options --enable-sandbox
ac_add_options --enable-raw
ac_add_options --enable-webrtc
ac_add_options --enable-jxl
ac_add_options --enable-av1
ac_add_options --enable-eme=widevine
ac_add_options --disable-eme
ac_add_options --enable-alsa
ac_add_options --enable-pulseaudio
ac_add_options --allow-addon-sideload
ac_add_options --with-unsigned-addon-scopes=app,system

View File

@@ -24,7 +24,6 @@
pref("content.notify.interval", 100000); // (.10s); alt=500000 (.50s)
/** GFX ***/
pref("gfx.webrender.precache-shaders", true);
pref("gfx.canvas.accelerated.cache-items", 4096);
pref("gfx.canvas.accelerated.cache-size", 512);
pref("gfx.content.skia-font-cache-size", 20);