MAL-Fullscreen

remove margins from both sides to extended the view

/* ==UserStyle==
@name         MAL-Fullscreen
@description  remove margins from both sides to extended the view
@namespace    lemonadeforlife
@version      1.0.1
@author       lemonadeforlife (https://github.com/lemonadeforlife)
@homepageURL  https://github.com/lemonadeforlife/MAL-Fullscreen
@supportURL   https://github.com/lemonadeforlife/MAL-Fullscreen/issues
@license      unlicense
@match        https://myanimelist.net
@preprocessor stylus
==/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;
}
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址