Fix register page: self-host FrankwithBag.gif, fix avatar carousel styling, use standard Habbo figures

This commit is contained in:
root
2026-06-27 17:09:30 +02:00
parent c53a5a8a2c
commit ef0aec4301
3 changed files with 5 additions and 4 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@@ -32,11 +32,12 @@
<div class="absolute inset-0 z-10" style="background: rgba(0,0,0,0.3);"></div>
<div class="relative flex items-center justify-center w-full h-full z-20">
<div class="user-wrapper" style="width: 0; height: 0; position: relative;">
<div class="absolute rounded-full overflow-hidden" style="width: 140px; height: 140px; margin-top: 50px; transform: translate(-50%, -50%); z-index: -1;">
<div class="w-full h-full" style="background: black; filter: blur(8px); transform: scale(1.2); background-position: center; opacity: 0.6;"></div>
<div class="relative" style="width: 140px; height: 140px;">
<div class="absolute inset-0 rounded-full overflow-hidden" style="z-index: -1;">
<div class="w-full h-full" style="background: black; filter: blur(8px); transform: scale(1.2); opacity: 0.6;"></div>
</div>
<img src="{{ asset('FrankwithBag.gif') }}" class="w-full h-full" style="object-fit: contain; object-position: center;">
</div>
<img src="https://hubbly.pw/assets/images/FrankwithBag.gif" class="absolute" style="margin-top: 50px; transform: translate(-50%, -50%); z-index: 10; width: auto; height: 100px;">
</div>
</div>
</div>