From e1700f9a14756912bf2f493fa23805384e59b98b Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 27 Jul 2024 16:35:00 +0300 Subject: [PATCH] Fix gallery paging overflow --- public/scripts/extensions/gallery/manifest.json | 2 +- public/scripts/extensions/gallery/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 public/scripts/extensions/gallery/style.css diff --git a/public/scripts/extensions/gallery/manifest.json b/public/scripts/extensions/gallery/manifest.json index 142441998..0ba46c135 100644 --- a/public/scripts/extensions/gallery/manifest.json +++ b/public/scripts/extensions/gallery/manifest.json @@ -5,7 +5,7 @@ "optional": [ ], "js": "index.js", - "css": "", + "css": "style.css", "author": "City-Unit", "version": "1.5.0", "homePage": "https://github.com/SillyTavern/SillyTavern" diff --git a/public/scripts/extensions/gallery/style.css b/public/scripts/extensions/gallery/style.css new file mode 100644 index 000000000..7abe5caf6 --- /dev/null +++ b/public/scripts/extensions/gallery/style.css @@ -0,0 +1,5 @@ +.nGY2 .nGY2GalleryBottom { + display: flex; + align-items: center; + justify-content: center; +}