mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
close #512
This commit is contained in:
parent
d9c4fbbd1d
commit
80ea655d05
1
package-lock.json
generated
1
package-lock.json
generated
@ -12210,6 +12210,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packages/parsely": {
|
"packages/parsely": {
|
||||||
|
"name": "@heyputer/parsely",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "AGPL-3.0-only"
|
"license": "AGPL-3.0-only"
|
||||||
},
|
},
|
||||||
|
@ -90,7 +90,7 @@ async function UITaskbar(options){
|
|||||||
|
|
||||||
let apps_str = '';
|
let apps_str = '';
|
||||||
|
|
||||||
apps_str += `<div style="margin-bottom: 10px; padding: 5px; position: relative;">`
|
apps_str += `<div class="launch-search-wrapper">`
|
||||||
apps_str += `<input style="background-image:url(${window.icons['magnifier-outline.svg']});" class="launch-search">`;
|
apps_str += `<input style="background-image:url(${window.icons['magnifier-outline.svg']});" class="launch-search">`;
|
||||||
apps_str += `<img class="launch-search-clear" src="${window.icons['close.svg']}">`;
|
apps_str += `<img class="launch-search-clear" src="${window.icons['close.svg']}">`;
|
||||||
apps_str += `</div>`;
|
apps_str += `</div>`;
|
||||||
|
@ -3027,6 +3027,15 @@ fieldset[name=number-code] {
|
|||||||
border: 2px solid #CCC;
|
border: 2px solid #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.launch-search-wrapper{
|
||||||
|
margin-bottom: 10px;
|
||||||
|
padding: 5px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.device-phone .launch-search-wrapper{
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.launch-search-clear {
|
.launch-search-clear {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user