mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-02 05:39:18 +00:00
feat: Decrease the opacity glance backgrounds should have, b=no-bug, c=glance
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
parentSidebarContainer,
|
||||
{
|
||||
scale: [1, 0.98],
|
||||
opacity: [1, 0.7],
|
||||
opacity: [1, 0.6],
|
||||
},
|
||||
{
|
||||
duration: 0.4,
|
||||
@@ -322,7 +322,7 @@
|
||||
browserSidebarContainer,
|
||||
{
|
||||
scale: [0.98, 1],
|
||||
opacity: [0.7, 1],
|
||||
opacity: [0.6, 1],
|
||||
},
|
||||
{
|
||||
duration: 0.4,
|
||||
|
||||
Reference in New Issue
Block a user