Fix gallery paging overflow
| @@ -5,7 +5,7 @@ | ||
| 5 | 5 | "optional": [ |
| 6 | 6 | ], |
| 7 | 7 | "js": "index.js", |
| 8 | 8 | "css": "style.css", |
| 9 | 9 | "author": "City-Unit", |
| 10 | 10 | "version": "1.5.0", |
| 11 | 11 | "homePage": "https://github.com/SillyTavern/SillyTavern" |
| @@ -0,0 +1,5 @@ | ||
| 1 | +.nGY2 .nGY2GalleryBottom { | |
| 2 | + display: flex; | |
| 3 | + align-items: center; | |
| 4 | + justify-content: center; | |
| 5 | +} | |