You've already forked Atomcms-edit
Fix register page: self-host FrankwithBag.gif, fix avatar carousel styling, use standard Habbo figures
This commit is contained in:
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Regular → Executable
|
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>
|
||||
|
||||
Reference in New Issue
Block a user