mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix gallery paging overflow
This commit is contained in:
@@ -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"
|
||||||
|
5
public/scripts/extensions/gallery/style.css
Normal file
5
public/scripts/extensions/gallery/style.css
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
.nGY2 .nGY2GalleryBottom {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
Reference in New Issue
Block a user