mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-04-30 19:21:43 +00:00
#287 [Extension Style] Remove the "Show/Hide default input box" checkbox
This commit is contained in:
10
styles/extensions/remove-hide-default-input/manifest.json
Normal file
10
styles/extensions/remove-hide-default-input/manifest.json
Normal 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"
|
||||
}
|
||||
6
styles/extensions/remove-hide-default-input/style.less
Normal file
6
styles/extensions/remove-hide-default-input/style.less
Normal 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;
|
||||
}
|
||||
1
styles/extensions/remove-hide-default-input/style.min.css
vendored
Normal file
1
styles/extensions/remove-hide-default-input/style.min.css
vendored
Normal 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}
|
||||
Reference in New Issue
Block a user