mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-20 20:04:19 +00:00
no-bug: Increase toolbar overflow threshold (gh-13771)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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