From 75a08f67547e3e30e39d0f7a577760235e98e2b8 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 20 Dec 2023 16:20:08 +0000 Subject: [PATCH] add new loop gui :3 --- html/poketube.ejs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/html/poketube.ejs b/html/poketube.ejs index 2ab387f2..25d874f3 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -281,6 +281,25 @@ a[data-onclick="jump_to_time"] { font-size: 15px; color: #777; } + + +#loopedIndicator { + display: none; + position: fixed; + bottom: 10px; + left: 10px; + background-color: #fff; + color: #000; + padding: 14px; + border-radius: 14px; + opacity: 0.8; + z-index: 999; + width: 13em; + text-align: center; + font-family: var(--text-font-primary); + font-weight: 600; + font-stretch: ultra-expanded; +} .comment-form :-moz-placeholder { /* Firefox 18- */ @@ -684,6 +703,7 @@ background-color: #0000;
+