mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 23:06:30 +00:00
fix(css): correct transition timing syntax in media controls styles
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
transition: opacity .8s ease;
|
transition: opacity 0.8s ease;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -196,9 +196,9 @@
|
|||||||
background: linear-gradient(to right, var(--zen-media-control-bg) 0%, transparent 100%);
|
background: linear-gradient(to right, var(--zen-media-control-bg) 0%, transparent 100%);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
left: -2px;
|
left: -2px;
|
||||||
height: calc(100% - 6px);
|
height: calc(100% - 6px);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
& label {
|
& label {
|
||||||
|
Reference in New Issue
Block a user