diff options
author | Mario <mario@mariovavti.com> | 2023-09-13 15:51:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-13 15:51:10 +0000 |
commit | 9e42be988408e0b4c7cff57c3923c73f6756e861 (patch) | |
tree | db100bae5e09cc7a1d76c35c065b5a783806cc6d /view/tpl | |
parent | 75e75b93cff5b2fb5d6243a908ee003b3faf010a (diff) | |
download | volse-hubzilla-9e42be988408e0b4c7cff57c3923c73f6756e861.tar.gz volse-hubzilla-9e42be988408e0b4c7cff57c3923c73f6756e861.tar.bz2 volse-hubzilla-9e42be988408e0b4c7cff57c3923c73f6756e861.zip |
theme fixes
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/conv_item.tpl | 4 | ||||
-rw-r--r-- | view/tpl/navbar_default.tpl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index d4299812d..041140879 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -7,7 +7,7 @@ <div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} generic-content-wrapper h-entry {{else}} u-comment h-cite{{/if}}" data-b64mids='{{$item.mids}}'> <a name="item_{{$item.id}}" ></a> <div class="wall-item-outside-wrapper{{if $item.is_comment}} comment{{/if}}{{if $item.previewing}} preview{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" > - <div class="rounded clearfix wall-item-content-wrapper{{if $item.is_comment}} comment{{/if}}" id="wall-item-content-wrapper-{{$item.id}}"> + <div class="rounded wall-item-content-wrapper{{if $item.is_comment}} comment{{/if}}" id="wall-item-content-wrapper-{{$item.id}}"> {{if $item.photo}} <div class="wall-photo-item" id="wall-photo-item-{{$item.id}}"> {{$item.photo}} @@ -26,7 +26,7 @@ <hr class="m-0"> {{/if}} {{/if}} - <div class="p-2 wall-item-head{{if !$item.title && !$item.event && !$item.photo}} rounded-top{{/if}}{{if $item.is_new && !$item.event && !$item.is_comment}} wall-item-head-new{{/if}}" > + <div class="p-2 wall-item-head{{if !$item.title && !$item.event && !$item.photo}} rounded-top{{/if}}{{if $item.is_new && !$item.event && !$item.is_comment}} wall-item-head-new{{/if}} clearfix"> <div class="text-end float-end"> <div class="wall-item-ago opacity-75" id="wall-item-ago-{{$item.id}}"> {{if $item.editedtime}} diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index c6f350b09..019ed044a 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -48,7 +48,7 @@ {{/if}} </div> {{if $sel.name}} - <div id="nav-app-link-wrapper" class="navbar-nav{{if $sitelocation}} has_location{{/if}}"> + <div id="nav-app-link-wrapper" class="navbar-nav{{if $sitelocation}} has_location{{/if}} p-1"> <a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate" style="width: 100%"> {{$sel.name}} {{if $sitelocation}} @@ -57,7 +57,7 @@ </a> </div> {{if $settings_url}} - <div id="nav-app-settings-link-wrapper" class="navbar-nav"> + <div id="nav-app-settings-link-wrapper" class="navbar-nav p-1"> <a id="nav-app-settings-link" href="{{$settings_url}}/?f=&rpath={{$url}}" class="nav-link"> <i class="fa fa-fw fa-cog"></i> </a> |