From 9073b834e775a619be8908536939c0627635cd3e Mon Sep 17 00:00:00 2001 From: GOvEy1nw <45126527+GOvEy1nw@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:40:06 +0100 Subject: [PATCH] 0.0.6 --- index.html | 54 ++- js/plugin.js | 1017 ++++++++++++++++++++++++++++--------------------- manifest.json | 2 +- 3 files changed, 617 insertions(+), 456 deletions(-) diff --git a/index.html b/index.html index bc32057..ab6bca4 100644 --- a/index.html +++ b/index.html @@ -100,14 +100,14 @@ margin: 0; } - #processLog { + #pLogContainer { display: none; flex-direction: column; align-items: center; height: calc(100vh - 200px); } - #processLogBox { + #pLogText { font-size: 10px; color: #ffffff; width: 90%; @@ -356,7 +356,7 @@ color: #ff7875; } - #importanceList { + #tagCat { margin: 0 auto; display: flex; flex-direction: column; @@ -372,15 +372,25 @@