So just found out that one of my pets profiles that I use, a free one by isn't working any more (and one was in the Spotlight line panik) and was working fine a couple weeks ago
Does anyone have any clue what might have happened?
Hey! It's very likely that bug's profile reset code is just down now. I remember using that, and not my own for the templates.
instead of url('https://bug.bz/subeta/css/reset/pet.css');
you could simply write it out as
,
,
,
,
,
,
h2,
.pet_wco_info_date,
.owner img,
::-webkit-scrollbar {
display: none;
}
{ position: absolute; left: 0; right: 0; top: 0; right: 0; overflow: hidden; background: transparent; }
html { background-color: rgba(255, 255, 255, 0.01); }
body * { box-sizing: border-box; }
{ margin: 0!important; width: 100vw; overflow: hidden; }
html { background-color: rgba(255, 255, 255, 0.01); }
body * { box-sizing: border-box; }
If that still doesn't work, you could try to us "inspect element" in your browser and move stuff around to make it work again. I am very unactive so I can't really promise I will update the codes. I LOVE your pets.
creative limboHi thank you for the reply! I threw that code into the mix but still have some errors like half the picture missing for Comfort, friends list overtaking the side, and both TCs unable to be seen. I didn't play with the code yet beyond what you gave me.
Try adding this to Comfort: , , {
margin: 0;
width: unset;
}
{ margin: 0; float: none!important; display: inline-block; }
, , -content { padding: 0; margin: 0; position: static; height: 100%; }
-notifications-container { display: none }
Brie:
-content {
position: static;
}
{ height: 100%!important; overflow: unset; }
{ width: 100% }
{ float: none; }
-notifications-container { display: none }
h2 { font-size: 0px !important }
I think these should fix them, or at least mostly. (Also included something to get rid of the Hustler notification.) If there's stuff that's still off let me know and I can try to help.

omg you are a legend!
Brie is all good I think although can't really see first link of the TC as it keeps scrolling down a line..lol
Comfort, however, has an issue with the TC as well, as you can't bring down the TC as the friends overwhelm the side. edit: Should I cut out the friends? I'd rather not as they add to the story.
Oh whoops, I didn't even notice that with Brie! I guess that's what happens when I'm doing these things at 2am lol. I think you can get rid of it by getting rid of the 'pet treasure' words -- try adding h2{display: none}
Ummm... huh, so Comfort's profile is actually displaying fine for me on my laptop. What browser are you using, and what screen size?

For Comfort, I used the browsers Vivaldi, Chrome and Brave to check and all of them have the issue. Screen size 1920 x 1080 The friends bum hangs down xD and when my mouse goes anywhere near it, the friends group pulls down and I can't access the TC at all.
Brave https://i.gyazo.com/11ee85f22587e6c26ad40b836ea650d2.png
Vivaldi https://i.gyazo.com/9bf693da1884bad695a8b24669c1294d.png
Thank you for this help! ♥
I sat here at a complete loss for a while because we have the same screen size and everything looked fine for me, and then I finally realized we have the scaling at different settings haha. (I have run into this before and it still always takes me hours to think of.)
Try adding {overflow-y: scroll} and see if that fixes it!

it did! You frikkin LEGEND! Thank you so much!