mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-27 17:01:30 +00:00
no-bug: Increase toolbar overflow threshold (gh-13771)
This commit is contained in:
@@ -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)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user