Greasy Fork is available in English.

Goatlings Profile Box Alignment

Fixing those annoying gaps in the Goatlings pet profile boxes!

  1. /* ==UserStyle==
  2. @name Goatlings Profile Box Alignment
  3. @description Fixing those annoying gaps in the Goatlings pet profile boxes!
  4. @namespace luckydevil.nz
  5. @license MIT
  6. @version 1.1
  7. ==/UserStyle== */
  8.  
  9. @-moz-document url-prefix("https://www.goatlings.com/pet/u/") {
  10. .pet-profile-box
  11. {
  12. height: 251.2px;
  13. }
  14. .pet-profile-box-two
  15. {
  16. width: 524.4px;
  17. height: 251.2px;
  18. }
  19. }