chore: Update transition timing in zen-browser-shared.css

This commit is contained in:
Mauro Balades
2024-07-11 16:14:04 +02:00
parent 3b2ae304d2
commit c6632e8dc8

View File

@@ -547,8 +547,8 @@ panelmultiview {
}
#zen-watermark[hidden="true"] {
transition: .2s;
transition-delay: 2s;
transition: 1s;
transition-delay: 1.5s;
opacity: 0;
pointer-events: none;
}