no-bug: Increase toolbar overflow threshold (gh-13771)

This commit is contained in:
mr. m
2026-05-20 13:35:55 +02:00
committed by GitHub
parent f9c4575c78
commit 1c3b74c508
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
value: "@IS_TWILIGHT@"
- name: zen.view.overflow-webext-toolbar-threshold
value: 50
value: 55
- name: zen.view.enable-loading-indicator
value: true

View File

@@ -35,7 +35,7 @@ class nsZenGlanceManager extends nsZenDOMOperatedFeature {
// Arc animation configuration
#ARC_CONFIG = Object.freeze({
ARC_STEPS: 80, // Browser interpolates between keyframes natively
MAX_ARC_HEIGHT: 25,
MAX_ARC_HEIGHT: 20,
ARC_HEIGHT_RATIO: 0.2, // Arc height = distance * ratio (capped at MAX_ARC_HEIGHT)
});