mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-31 11:35:37 +01:00
Fix gallery paging overflow
This commit is contained in:
parent
008a0c1191
commit
e1700f9a14
@ -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"
|
||||
|
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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user