From b233e80178391324b2aaa062ea95bb57b91b6a7a Mon Sep 17 00:00:00 2001 From: db-2001 Date: Thu, 26 Oct 2023 09:24:50 -0400 Subject: [PATCH] Fixed publication-details pop-up Renamed the pop-up for the publication details and then added CSS so it shows up on both style sheets. --- Website/index.html | 4 ++-- Website/style_default.css | 11 +++++++++++ Website/style_mangahover.css | 11 +++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Website/index.html b/Website/index.html index ef99a3d..10bda53 100644 --- a/Website/index.html +++ b/Website/index.html @@ -102,7 +102,7 @@ cover - + Best Manga there is A Manga Glax @@ -116,7 +116,7 @@ Monitor ➕ Download Chapter 📥 - + diff --git a/Website/style_default.css b/Website/style_default.css index 8534325..0eb14c4 100644 --- a/Website/style_default.css +++ b/Website/style_default.css @@ -239,6 +239,17 @@ publication-name{ font-weight: bold; } +publication-details { + display: flex; + flex-direction: column; + justify-content: start; +} + +publication-details * { + z-index: 1; + color: var(--accent-color); +} + publication img { position: absolute; top: 0; diff --git a/Website/style_mangahover.css b/Website/style_mangahover.css index 9068d1a..e7ed527 100644 --- a/Website/style_mangahover.css +++ b/Website/style_mangahover.css @@ -251,6 +251,17 @@ publication-name{ font-weight: bold; } +publication-details { + display: flex; + flex-direction: column; + justify-content: start; +} + +publication-details * { + z-index: 1; + color: var(--accent-color); +} + publication img { position: absolute; top: 0;