/* ==UserStyle==
@name Show uncropped covers
@namespace mudae.net
@version 1.0.3
@description Show covers entirely instead of their cropped versions
@author xrock
==/UserStyle== */

@-moz-document url-prefix("https://preprod.mudae.net/character/"), url-prefix("https://preprod.mudae.net/char/"), url-prefix("https://mudae.net/character/"), url-prefix("https://mudae.net/char/"), url-prefix("https://preprod.mudae.net/series/"), url-prefix("https://mudae.net/series/")
{
  main #series ul li a .series-cover .img-container img.cover,
  main #series ul li a .series-cover .img-container img.cover {
    object-fit: contain;
  }
}
