search bar for shop on mobile
fruitlab search shop on mobile by 18jad
Details
Author18jad
LicenseNo License
Categoryuserstyles
Created
Updated
Size650 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name fruitlab search shop on mobile
@version 20220116.18.09
@namespace userstyles.world/user/18jad
@description search bar for shop on mobile
@author 18jad
@license No License
==/UserStyle== */
@-moz-document domain("fruitlab.com") {
@media screen and (max-width: 700px) {
.search_row {
display: block;
}
#main-container > div > div.shop_top_nav_inr > div.search_row > div > div.search_row_inr {
min-width: 350px;
}
#main-container > div > div.shop_top_nav_inr > div.search_row > div > div.search_row_inr > div > div.s_gm_hd_sortby {
display: none;
}
}
}