pull/188/head
bluelovers 2023-08-26 08:19:44 +08:00
parent dacb3d2c04
commit c257a8bcff
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"name": "Tag Group Style Tweak",
"i18n": {
"zh_TW": "調整關鍵詞群組樣式"
},
"author": "bluelovers",
"type": "theme"
}

View 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%;
}
}
}
}
}
}
}