Skip to content

FotMob Compact by itscsstime

Screenshot of FotMob Compact

Details

Authoritscsstime

LicenseNo License

Categoryhttps://www.fotmob.com/

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Compacts FotMob with the leagues bar and filtering, so you can fit it in really small windows/compress it in the side.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         FotMob Compact
@namespace    fotmob.com
@version      0.1

@-moz-document domain("fotmob.com") {
@media (min-width: 0px) {
    .css-1e0kt20-FrontPageCSS {
        grid-template-columns: 100px auto;
        margin: 0 10px 0 0;
    }
    .css-1e0kt20-FrontPageCSS [class*="LeagueListCSS"] {
        display: block;
    }
}


.css-ge5svy-LeagueListCSS {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    padding: 20px;
}

.css-ge5svy-LeagueListCSS span {
    display: none;
}


.css-ge5svy-LeagueListCSS img {
    width: 40px;
    height: 40px;
}


@media (min-width: 0px) {
    .css-1c2jsxm-LeaguesListWrapperCSS [class*="LivescoresFilterCSS"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.css-37ojh9-LeagueListH2 {
  -webkit-transform: scale(0.6,1);
  -moz-transform: scale(0.6,1);
  -ms-transform: scale(0.6,1);
  -o-transform: scale(0.6,1);
  transform: scale(0.6,1);
  text-align: center;
  margin-left: -20px;
  padding: 0;
}
}

Reviews

No reviews yet.