From e343475e72764330d79f5ebcf652540586f5c7ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20K=C5=82os?= Date: Tue, 26 Nov 2024 07:53:46 +0100 Subject: [PATCH 1/5] slideshow: make pause overlay text more visible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Szymon Kłos Change-Id: Iab6ca4d4d104d3276a6ce0d0a87fb1d2de32984d --- browser/src/slideshow/SlideShowPresenter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/src/slideshow/SlideShowPresenter.ts b/browser/src/slideshow/SlideShowPresenter.ts index 76f29d645e57..5b4227b1a0d3 100644 --- a/browser/src/slideshow/SlideShowPresenter.ts +++ b/browser/src/slideshow/SlideShowPresenter.ts @@ -392,7 +392,7 @@ class SlideShowPresenter { overlay.style.right = '0'; overlay.style.left = '0'; - overlay.style.opacity = '40%'; + overlay.style.opacity = '65%'; overlay.style.backgroundColor = 'black'; overlay.style.color = 'white'; From cf8caaf217a823a1687530ce14faff610d4ba206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20K=C5=82os?= Date: Tue, 26 Nov 2024 08:15:34 +0100 Subject: [PATCH 2/5] slideshow: remove inline style error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Security-Policy: The page’s settings blocked an inline style (style-src-attr) from being applied because it violates the following directive: “style-src 'self'” Signed-off-by: Szymon Kłos Change-Id: Ic4fdfdab6ba8f7be2fba6f705947ea219993463a --- browser/src/slideshow/SlideShowPresenter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/src/slideshow/SlideShowPresenter.ts b/browser/src/slideshow/SlideShowPresenter.ts index 5b4227b1a0d3..848e33533a51 100644 --- a/browser/src/slideshow/SlideShowPresenter.ts +++ b/browser/src/slideshow/SlideShowPresenter.ts @@ -422,7 +422,7 @@ class SlideShowPresenter {
-