Fix gallery paging overflow

This commit is contained in:
Cohee
2024-07-27 16:35:00 +03:00
parent 008a0c1191
commit e1700f9a14
2 changed files with 6 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"optional": [ "optional": [
], ],
"js": "index.js", "js": "index.js",
"css": "", "css": "style.css",
"author": "City-Unit", "author": "City-Unit",
"version": "1.5.0", "version": "1.5.0",
"homePage": "https://github.com/SillyTavern/SillyTavern" "homePage": "https://github.com/SillyTavern/SillyTavern"

View File

@@ -0,0 +1,5 @@
.nGY2 .nGY2GalleryBottom {
display: flex;
align-items: center;
justify-content: center;
}