Hidden left Navigation and filter list for marketplace, but visible on hover.
Wide Marketplace by custard2022
Details
Authorcustard2022
LicenseNo License
Categoryn/a
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wide Marketplace
@version 20231022.21.18
@namespace userstyles.world/user/custard2022
@description Hidden left Navigation and filter list for marketplace, but visible on hover.
@author custard2022
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.facebook.com/marketplace/") {
.x1cvmir6 {
z-index: 1000;
left: 0% !important;
opacity: 0;
right: 0;
width: 5px !important;
position: relative;
padding-left: 20px;
padding-right: 0px;
margin-left: -10px;
transform: translate(-3%, 0%);
transition: all 400ms ease;
}
.x1cvmir6:hover {
top: 0 !important;
right: 0;
left: 10%;
width: 300px !important;
transition: all 400ms ease;
opacity: .9;
}
.x10dzkld.x1stjdt1.xzepove.xh8yej3.x1n2onr6.x5yr21d.x78zum5.x2j4hbs.x26u7qi.xckqwgs
{
max-width: 360px !important;
}
.x1daaz14.x1dmp6jm.xxzkxad.xixxii4.x5yr21d.xds687c.x78zum5.x13tw4yp.xt8cgyo.x13fuv20.x8cjs6t.x1jx94hy
{
max-width: 0px !important;
}
}