From 9e560957733cad62868a87c0e4a715b38e4d31ab Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Tue, 7 Nov 2023 20:52:06 +0000 Subject: [PATCH] discord_embed: Fix slight CSS bug. --- discord_embed/package.json | 2 +- discord_embed/public/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/discord_embed/package.json b/discord_embed/package.json index fe32091..0606f05 100644 --- a/discord_embed/package.json +++ b/discord_embed/package.json @@ -1,6 +1,6 @@ { "name": "discord_embed", - "version": "1.0.22", + "version": "1.0.23", "port": 4120, "description": "AV1 discord server embed helper", "main": "index.js", diff --git a/discord_embed/public/index.html b/discord_embed/public/index.html index e86a538..aa30d9f 100644 --- a/discord_embed/public/index.html +++ b/discord_embed/public/index.html @@ -2,7 +2,7 @@ - Discord Embedder from AV1 server 1.0.22 + Discord Embedder from AV1 server 1.0.23 {{ if (imageLink) { }} @@ -206,7 +206,7 @@ p { } .hidden { - display: none; + display: none !important; } pre {