Make images in pages.meet full size even if they are smaller

This commit is contained in:
Niko 2022-02-25 15:45:03 +01:00
parent e99f1bd636
commit ba0afb813b
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
</div> </div>
<div class="absolute-top size-max content height-mobile"> <div class="absolute-top size-max content height-mobile">
<div style="height: 60%" class="status-avatar flex"> <div style="height: 60%" class="status-avatar flex">
<a class="center" href="javascript:app.media.view('{.account.avatar.url}')"/> <a class="flex center size-max" href="javascript:app.media.view('{.account.avatar.url}')"/>
<img class="width-max" src="{.account.avatar.url}"/> <img class="center width-max" src="{.account.avatar.url}"/>
</a> </a>
</div> </div>
<div style="height: 40%"> <div style="height: 40%">