mirror of
https://github.com/wah-su/mstickers.git
synced 2025-05-22 20:59:39 +05:00
center stickers in pack preview on mobile
This commit is contained in:
parent
a2a64f49bb
commit
31f4aee1e8
3 changed files with 14 additions and 2 deletions
|
@ -87,7 +87,7 @@
|
|||
<div class="p-4 rounded-lg shadow-lg bg-stone-800 text-slate-200 ">
|
||||
<p class="text-2xl">Pack Preview <span id="preview_sticker_pack_stickers_count"></span></p>
|
||||
<div class="flex flex-wrap gap-4 mt-4 " id="preview_sticker_pack_stickers">
|
||||
<img src="static/images/cinny.png" alt="" class="hidden object-contain w-20" />
|
||||
<img src="static/images/cinny.png" alt="" class="hidden object-contain md:w-20 w-24" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue