Fixing those annoying gaps in the Goatlings pet profile boxes!
/* ==UserStyle==
@name Goatlings Profile Box Alignment
@description Fixing those annoying gaps in the Goatlings pet profile boxes!
@namespace luckydevil.nz
@license MIT
@version 1.1
==/UserStyle== */
@-moz-document url-prefix("https://www.goatlings.com/pet/u/") {
.pet-profile-box
{
height: 251.2px;
}
.pet-profile-box-two
{
width: 524.4px;
height: 251.2px;
}
}