Fix gallery paging overflow

e1700f9a14756912bf2f493fa23805384e59b98b

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +6 -1Ignore whitespace
public/scripts/extensions/gallery/manifest.json+1 -1
@@ -5,7 +5,7 @@
55 "optional": [
66 ],
77 "js": "index.js",
88 "css": "style.css",
99 "author": "City-Unit",
1010 "version": "1.5.0",
1111 "homePage": "https://github.com/SillyTavern/SillyTavern"
public/scripts/extensions/gallery/style.css+5 -0
@@ -0,0 +1,5 @@
1+.nGY2 .nGY2GalleryBottom {
2+ display: flex;
3+ align-items: center;
4+ justify-content: center;
5+}