Makes AniList banners properly adapt to the window size using aspect ratio instead of a fixed height. This is just a stupid duct tape fix, but it works.
Anilist Fixed Banners by Frienax
Details
AuthorFrienax
LicenseNo License
Categoryanilist.co
Created
Updated
Size567 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 Anilist Fixed Banners
@version 20240410.11.04
@namespace https://userstyles.world/user/Frienax
@description Makes AniList banners properly adapt to the window size using aspect ratio instead of a fixed height. This is just a stupid duct tape fix, but it works.
@author Frienax
@license No License
==/UserStyle== */
@-moz-document domain("anilist.co") {
.banner[data-v-1cc2919e] {
height:0%;
padding-top: 17.18%;
}
.banner[data-v-5776f768] {
height: 0%;
padding-top: 20.83%;
margin-top: 0px;
}
}