diff options
author | Mario <mario@mariovavti.com> | 2021-06-18 08:55:49 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-18 08:55:49 +0000 |
commit | f4f9ccc3b234eaadf29b3f5c8bec6e19de0aa761 (patch) | |
tree | b87d87381af0299690790ac371d093e5fd8784f7 /view/tpl/hq_controls.tpl | |
parent | a84cec4acddf6804a88fcda52e4437c91785dfb2 (diff) | |
download | volse-hubzilla-f4f9ccc3b234eaadf29b3f5c8bec6e19de0aa761.tar.gz volse-hubzilla-f4f9ccc3b234eaadf29b3f5c8bec6e19de0aa761.tar.bz2 volse-hubzilla-f4f9ccc3b234eaadf29b3f5c8bec6e19de0aa761.zip |
css fixes
Diffstat (limited to 'view/tpl/hq_controls.tpl')
-rw-r--r-- | view/tpl/hq_controls.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/hq_controls.tpl b/view/tpl/hq_controls.tpl index 87accb5e0..333e21863 100644 --- a/view/tpl/hq_controls.tpl +++ b/view/tpl/hq_controls.tpl @@ -1,6 +1,6 @@ -<div class="d-grid gap-2 mb-3{{if $wrapper_class}} {{$wrapper_class}}{{/if}}"> +<div class="mb-3{{if $wrapper_class}} {{$wrapper_class}}{{/if}}"> {{foreach $entries as $e}} - <button id="{{$e.id}}" class="{{$e.class}} rounded-circle" type="{{$e.type}}" title="{{$e.label}}"{{if $e.extra}} {{$e.extra}}{{/if}}> + <button id="{{$e.id}}" class="{{$e.class}} rounded-circle mr-1{{if $entry_class}} {{$entry_class}}{{/if}}" type="{{$e.type}}" title="{{$e.label}}"{{if $e.extra}} {{$e.extra}}{{/if}}> {{if $e.icon}}<i class="fa fa-{{$e.icon}}"></i>{{/if}} </button> {{/foreach}} |