Since ibood wastes a lot of screen space on larger monitors, this mod will use your entire screen. Tested on a 4k monitor so ymmv.
ibood.com Full width product list by wolph
Details
Authorwolph
LicenseNo License
Categoryibood.com
Created
Updated
Size895 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 ibood.com
@version 20231002.00.07
@namespace ?
==/UserStyle== */
@-moz-document domain("ibood.com") {
#__next > section > main > div{
max-width: 10000px;
width: 99%;
}
#__next > section > main > div > div > div > div.gap-v-auto > div.ant-row > div.ant-col.ant-col-6.ant-col-xs-24.ant-col-sm-12.ant-col-md-8.ant-col-xl-6.ant-col-xxl-6{
max-width: 500px;
flex: 0 0 10% !important;
}
#__next > section > main > div > div > div > div.gap-v-auto > div.ant-row > div.ant-col.ant-col-18.ant-col-xs-24.ant-col-sm-24.ant-col-md-18.ant-col-xl-18.ant-col-xxl-18 > div > div{
max-width: 300px;
}
#__next > section > main > div > div > div > div.gap-v-auto._grid_rsq4m_3 > div.ant-row > div.ant-col.ant-col-18.ant-col-xs-24.ant-col-sm-24.ant-col-md-18.ant-col-xl-18.ant-col-xxl-18{
max-width: 100% !important;
flex: 0 0 90% !important;
}
}