pull/188/head
parent
dacb3d2c04
commit
c257a8bcff
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "Tag Group Style Tweak",
|
||||
"i18n": {
|
||||
"zh_TW": "調整關鍵詞群組樣式"
|
||||
},
|
||||
"author": "bluelovers",
|
||||
"type": "theme"
|
||||
}
|
||||
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue