diff options
author | Mario <mario@mariovavti.com> | 2021-01-04 11:14:01 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-04 11:14:01 +0000 |
commit | e92f98d3c655335f5df1d557c7e023c4039a1eba (patch) | |
tree | 33ad4822af449f1488a8f40baf92020575a49cb4 /view/tpl | |
parent | 999aac19decad2dcca056b38cc7674f2be2fa497 (diff) | |
download | volse-hubzilla-e92f98d3c655335f5df1d557c7e023c4039a1eba.tar.gz volse-hubzilla-e92f98d3c655335f5df1d557c7e023c4039a1eba.tar.bz2 volse-hubzilla-e92f98d3c655335f5df1d557c7e023c4039a1eba.zip |
rounded corners
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 757239960..6f4eb3255 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -24,7 +24,7 @@ <a href="{{$item.rel_path}}" title="{{$item.type}}" > <div class="m-2"> {{if $item.photo_icon}} - <img src="{{$item.photo_icon}}" class="card-img-top" alt="{{$item.photo_icon}}" style="height: 4rem; width: auto"> + <img src="{{$item.photo_icon}}" class="card-img-top rounded" alt="{{$item.photo_icon}}" style="height: 4rem; width: auto"> {{else}} <i class="fa fa-fw {{$item.icon_from_type}}" title="{{$item.type}}" style="font-size: 4rem"></i> {{/if}} |