From c7518e58788c17ad2ca8340ab5c7633489aa9518 Mon Sep 17 00:00:00 2001 From: RblSb Date: Sat, 25 Jan 2025 15:32:55 +0300 Subject: Add experimental unpauseWithoutLeader option Also extended requestLeaderOnPause, so you can unpause when someone else is a leader by video click with this one. Only works for raw videos and doesn't work in FF, so there is new unsafe option that can break everything with enough clients. There is also leader button hints when you touch player as non-leader for easier ux. --- res/css/des.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/css') diff --git a/res/css/des.css b/res/css/des.css index 10c246c..8c7f0cc 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -203,7 +203,7 @@ button span { #leader_btn { border: .125rem solid; border-color: transparent; - transition: border-color ease-in-out 800ms; + transition: border-color ease-in-out 500ms; } #leader_btn.hint { -- cgit v1.2.3