From c19a4ea2004de937cc8b6bd5834f9ac3ea8a76f1 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 26 Feb 2023 21:02:10 +0000 Subject: [PATCH] add progressbar owo --- html/main.ejs | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/html/main.ejs b/html/main.ejs index eb750072..f0d8934a 100644 --- a/html/main.ejs +++ b/html/main.ejs @@ -172,7 +172,27 @@ summary:hover{ margin-top: -7px; padding: 2px; } - + +.progress-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 3px; + z-index: 9999; + display:none; + background-color: #f2f2f2; +} + +.progress-bar { + position: absolute; + top: 0; + left: 0; + width: 0%; + height: 100%; + background-color: purple; + transition: width 0.5s ease-in-out; +} .video > .info > .title { color: var(--text-primary) !important; font-weight: bold; @@ -314,6 +334,10 @@ border:solid;
+
+
+
+

A magnitude 7.4 earthquake just hit Türkiye's Kahramanmaras province, please donate to the turkish people via: Here | to see latest news check poketube or duckduckgo @@ -349,6 +373,7 @@ border:solid; +

@@ -464,7 +489,54 @@ P.S : Ur a qt +