Moves avatar and active pet slightly apart to increase visibility
Dappervolk Visible Active Pet by skeithh
Details
Authorskeithh
LicenseOpen Source
CategoryDappervolk
Created
Updated
Size388 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@-moz-document domain("dappervolk.com") {
/* ==UserStyle==
@name Dappervolk More Visible Active pet
@namespace Dappervolk.com
@version 1.0.0
@description Moves active pet & Avatar sprites for visibility
@author Skeithh
==/Userstyle==*/
#main-header .user-active-pet {
left: -90px;
}
#main-header .user-avatar {
left: 130px;
}
}