Uses flexbox to display all content on members.mylf.com this will also work for teamskeet
Mylf.com better content display by Esmee639
Details
AuthorEsmee639
LicenseNo License
Categorymembers.mylf.com
Created
Updated
Size807 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 teamskeet & mylf better content display
@version 20231223.01.31
@namespace ?
==/UserStyle== */
@-moz-document domain("members.teamskeet.com"), domain("members.mylf.com") {
#masthead {
top: 0px!important;
position: sticky;
}
#profile-sidebar {
display: none;
}
.force-panel-show, .panel-active, .profile__content-overview-container {
padding-left: 1px!important;
}
.AdsMovies {
display: none!important;
}
.masthead__panels>.masthead__global-panels:first-child {
display: none!important;
}
.card-grid >li {
max-width: 25vw!important;
width: 24%!important;
margin-right: 1%!important;
}
.card__thumbnail {
width: 100% !important;
height: 100% !important;
max-height: 45rem !important;
min-height: 15rem !important;
}
}