aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-04 11:14:01 +0000
committerMario <mario@mariovavti.com>2021-01-04 11:14:01 +0000
commite92f98d3c655335f5df1d557c7e023c4039a1eba (patch)
tree33ad4822af449f1488a8f40baf92020575a49cb4 /view/tpl
parent999aac19decad2dcca056b38cc7674f2be2fa497 (diff)
downloadvolse-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.tpl2
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}}