Make images in pages.meet full size even if they are smaller
This commit is contained in:
parent
e99f1bd636
commit
ba0afb813b
|
@ -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%">
|
||||||
|
|
Loading…
Reference in New Issue