#287 [Extension Style] Remove the "Show/Hide default input box" checkbox
parent
4462467aed
commit
658ae82218
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Remove the \"Show/Hide default input box\" checkbox",
|
||||
"i18n": {
|
||||
"zh_CN": "去除“显示/隐藏默认输入框”勾选框",
|
||||
"zh_HK": "去除“顯示/隱藏預設輸入框”勾選框",
|
||||
"zh_TW": "去除“顯示/隱藏預設輸入框”勾選框"
|
||||
},
|
||||
"author": "Physton",
|
||||
"type": "enhance"
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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}
|
||||
Loading…
Reference in New Issue