Skip to content

MAL-Fullscreen by lemonadeforlife

Screenshot of MAL-Fullscreen

Details

Authorlemonadeforlife

LicenseUnlicense

Categorymyanimelist.net

Created

Updated

Size904 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

removes unnecessary margin or gaps from both sides of page to gain better experiance

Notes

Please raise issue on GitHub

Source code

/* ==UserStyle==
@name         MAL-Fullscreen
@version      20240814.15.11
@namespace    https://userstyles.world/user/lemonadeforlife
@description  removes unnecessary margin or gaps from both sides of page to gain better experiance
@author       lemonadeforlife
@license      Unlicense
==/UserStyle== */

@-moz-document url-prefix("https://myanimelist.net/") {
#myanimelist, #menu{
    width: 100% !important;
}

.left-column, .right-column {
    width: 50% !important;
}
article.widget-container:nth-child(1){
    margin: 0 !important;
}

#widget-seasonal-video > div:nth-child(3){
    width: auto !important;
}

.news-unit {
    width: auto !important;
}

.widget-header{
    text-align: center !important;
}

.h1.edit-info {
    display: flex !important;
    justify-content: space-between !important;
}

#horiznav_nav{
    text-align: center !important;
}
}

Reviews

No reviews yet.