[Theme] Hide the ExtraNetworks popup for tags

pull/292/head
Physton 2023-09-11 18:12:16 +08:00
parent acceae9729
commit 8b9594c8a8
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"name": "Hide the ExtraNetworks popup for tags",
"i18n": {
"zh_CN": "隐藏标签的ExtraNetworks弹窗",
"zh_HK": "隱藏標籤的ExtraNetworks彈窗",
"zh_TW": "隱藏標籤的ExtraNetworks彈窗"
},
"author": "physton",
"type": "enhance"
}

View File

@ -0,0 +1,3 @@
.physton-prompt-extra-networks-popup {
display: none !important;
}

View File

@ -0,0 +1 @@
.physton-prompt-extra-networks-popup{display:none!important}