mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-05-01 19:51:29 +00:00
#173 New extension theme: Move the settings button popup to the top
新扩展主题:移动设置按钮弹窗到上方
This commit is contained in:
10
styles/extensions/setting-btns-top/manifest.json
Normal file
10
styles/extensions/setting-btns-top/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "Move the settings button popup to the top",
|
||||||
|
"i18n": {
|
||||||
|
"zh_CN": "移动设置按钮弹窗到上方",
|
||||||
|
"zh_HK": "移動設置按鈕彈窗到上方",
|
||||||
|
"zh_TW": "移動設置按鈕彈窗到上方"
|
||||||
|
},
|
||||||
|
"author": "Physton",
|
||||||
|
"type": "enhance"
|
||||||
|
}
|
||||||
4
styles/extensions/setting-btns-top/style.less
Normal file
4
styles/extensions/setting-btns-top/style.less
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
.physton-prompt {
|
||||||
|
--pp-ph-phe-ec-ebg-ebi-settingBox-top: -35px;
|
||||||
|
--pp-ph-phe-ec-ebg-ebi-settingBox-left: 0;
|
||||||
|
}
|
||||||
1
styles/extensions/setting-btns-top/style.min.css
vendored
Normal file
1
styles/extensions/setting-btns-top/style.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.physton-prompt{--pp-ph-phe-ec-ebg-ebi-settingBox-top:-35px;--pp-ph-phe-ec-ebg-ebi-settingBox-left:0}
|
||||||
Reference in New Issue
Block a user