#287 [Extension Style] Remove the "Show/Hide default input box" checkbox

pull/292/head
physton 2023-12-24 14:31:14 +08:00
parent 4462467aed
commit 658ae82218
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"name": "Remove the \"Show/Hide default input box\" checkbox",
"i18n": {
"zh_CN": "去除“显示/隐藏默认输入框”勾选框",
"zh_HK": "去除“顯示/隱藏預設輸入框”勾選框",
"zh_TW": "去除“顯示/隱藏預設輸入框”勾選框"
},
"author": "Physton",
"type": "enhance"
}

View File

@ -0,0 +1,6 @@
.physton-prompt .prompt-header .prompt-header-extend.prompt-append .extend-content .gradio-checkbox {
display: none !important;
}
.physton-gradio-container {
--pp-ph-phe-ec-inputTagAppend-width: calc(100%) !important;
}

View File

@ -0,0 +1 @@
.physton-prompt .prompt-header .prompt-header-extend.prompt-append .extend-content .gradio-checkbox{display:none!important}.physton-gradio-container{--pp-ph-phe-ec-inputTagAppend-width:calc(100%)!important}