mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-05-01 11:41:46 +00:00
.
This commit is contained in:
8
styles/extensions/tag-group-tweak/manifest.json
Normal file
8
styles/extensions/tag-group-tweak/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Tag Group Style Tweak",
|
||||
"i18n": {
|
||||
"zh_TW": "調整關鍵詞群組樣式"
|
||||
},
|
||||
"author": "bluelovers",
|
||||
"type": "theme"
|
||||
}
|
||||
18
styles/extensions/tag-group-tweak/style.less
Normal file
18
styles/extensions/tag-group-tweak/style.less
Normal file
@@ -0,0 +1,18 @@
|
||||
.physton-prompt {
|
||||
.group-tabs {
|
||||
.group-body {
|
||||
.group-main {
|
||||
.sub-group-body {
|
||||
.group-tags {
|
||||
max-height: 250px;
|
||||
overflow: visible;
|
||||
overflow-y: scroll;
|
||||
.tag-item {
|
||||
max-width: 32%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user