removes unnecessary margin or gaps from both sides of page to gain better experiance
MAL-Fullscreen by lemonadeforlife
Details
Authorlemonadeforlife
LicenseUnlicense
Categorymyanimelist.net
Created
Updated
Size904 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}