Nariman Jelveh 10 mesiacov pred
rodič
commit
80ea655d05
3 zmenil súbory, kde vykonal 11 pridanie a 1 odobranie
  1. 1 0
      package-lock.json
  2. 1 1
      src/UI/UITaskbar.js
  3. 9 0
      src/css/style.css

+ 1 - 0
package-lock.json

@@ -12210,6 +12210,7 @@
       ]
     },
     "packages/parsely": {
+      "name": "@heyputer/parsely",
       "version": "1.0.0",
       "license": "AGPL-3.0-only"
     },

+ 1 - 1
src/UI/UITaskbar.js

@@ -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>`;

+ 9 - 0
src/css/style.css

@@ -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;