update search position in both desktop and launcher

This commit is contained in:
jelveh
2024-12-15 21:39:05 -08:00
parent b893a47595
commit d7c6229aea
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ async function UIWindowSearch(options){
allow_native_ctxmenu: true,
allow_user_select: true,
window_class: 'window-search',
backdrop: isMobile.phone,
backdrop: true,
center: isMobile.phone,
onAppend: function(el_window){
},
+5 -2
View File
@@ -4611,12 +4611,15 @@ fieldset[name=number-code] {
}
/* Make sure the search wrapper doesn't interfere with scrolling */
.device-phone .launch-search-wrapper {
.launch-search-wrapper {
position: sticky;
top: 0;
top: -3px;
z-index: 1;
background: rgba(231, 238, 245);
}
.device-phone .launch-search-wrapper {
top: 0;
}
.device-phone .popover-launcher{
left: 50% !important;