mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-07 21:50:25 -06:00
close #512
This commit is contained in:
1
package-lock.json
generated
1
package-lock.json
generated
@@ -12210,6 +12210,7 @@
|
||||
]
|
||||
},
|
||||
"packages/parsely": {
|
||||
"name": "@heyputer/parsely",
|
||||
"version": "1.0.0",
|
||||
"license": "AGPL-3.0-only"
|
||||
},
|
||||
|
||||
@@ -90,7 +90,7 @@ async function UITaskbar(options){
|
||||
|
||||
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 += `<img class="launch-search-clear" src="${window.icons['close.svg']}">`;
|
||||
apps_str += `</div>`;
|
||||
|
||||
@@ -3027,6 +3027,15 @@ fieldset[name=number-code] {
|
||||
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 {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user