mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
follow naming convention
This commit is contained in:
parent
5c7dd34fba
commit
e602b16dfb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
As a result, we need to add a wrapping element for non-flex (non-image grid) environments, mostly single-image cases.
|
||||
*}}
|
||||
{{if $allocated_max_width}}
|
||||
<div class="allocated-max-width" style="max-width: {{$allocated_max_width|default:"auto"}};">
|
||||
<div class="img-allocated-max-width" style="max-width: {{$allocated_max_width|default:"auto"}};">
|
||||
{{/if}}
|
||||
|
||||
<figure class="img-allocated-height" style="width: {{$allocated_width|default:"auto"}}; padding-bottom: {{$allocated_height}}">
|
||||
|
|
Loading…
Reference in a new issue