diff options
author | Mario <mario@mariovavti.com> | 2022-08-30 13:51:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-08-30 13:51:59 +0000 |
commit | 6421a32520588af4506f108036bb8ccaa9621465 (patch) | |
tree | 69f4b0e59146675e25d7df88f82031033853d1c1 /view/tpl | |
parent | fdcae5274043ce23fd8f6721e0484bc731975430 (diff) | |
download | volse-hubzilla-6421a32520588af4506f108036bb8ccaa9621465.tar.gz volse-hubzilla-6421a32520588af4506f108036bb8ccaa9621465.tar.bz2 volse-hubzilla-6421a32520588af4506f108036bb8ccaa9621465.zip |
fix issue where an unkown diaspora author was not imported if the comment arrived via a relayed activity and a minor css fix
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/channel_activities.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/channel_activities.tpl b/view/tpl/channel_activities.tpl index a675f71db..242fc519a 100644 --- a/view/tpl/channel_activities.tpl +++ b/view/tpl/channel_activities.tpl @@ -1,9 +1,9 @@ <div class="mb-1 text-uppercase"> <a href="{{$url}}"><i class="fa fa-fw fa-{{$icon}} generic-icons-nav"></i>{{$label}}</a> </div> -<div class="row mb-3"> +<div class="row row-cols-1 row-cols-sm-3 g-4 mb-4"> {{foreach $items as $i}} - <div class="col-sm-4 mb-3"> + <div class="col"> <div class="card"> <a href="{{$i.url}}" class="text-dark"> <div class="card-body"> |