Add extension styles: Hide the extension button for tags

Former-commit-id: 886819df0f76bba61afa3fa28440af053b8b1881
This commit is contained in:
Physton
2023-05-25 21:16:23 +08:00
parent 497c2cb248
commit d21c1a7628
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "Hide the extension button for tags",
"i18n": {
"zh_CN": "隐藏标签的扩展按钮",
"zh_HK": "隱藏標籤的擴展按鈕",
"zh_TW": "隱藏標籤的擴展按鈕"
},
"author": "Physton",
"type": "enhance"
}

View File

@@ -0,0 +1,3 @@
.physton-prompt .prompt-tags .prompt-tags-list .prompt-tag .prompt-tag-main .btn-tag-extend {
display: none !important;
}

View File

@@ -0,0 +1 @@
.physton-prompt .prompt-tags .prompt-tags-list .prompt-tag .prompt-tag-main .btn-tag-extend{display:none!important}