diff options
author | Mario <mario@mariovavti.com> | 2021-10-12 18:59:52 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-12 18:59:52 +0000 |
commit | c6c6b52ccd6aa7973c9b4bdafb859fef237e8822 (patch) | |
tree | a2acd932af9dd06473384457c70162b4f43e0d6f | |
parent | 96c334e7303f15c7402c96531574a438f4ff8ad0 (diff) | |
download | volse-hubzilla-c6c6b52ccd6aa7973c9b4bdafb859fef237e8822.tar.gz volse-hubzilla-c6c6b52ccd6aa7973c9b4bdafb859fef237e8822.tar.bz2 volse-hubzilla-c6c6b52ccd6aa7973c9b4bdafb859fef237e8822.zip |
notes: minor css fix
-rw-r--r-- | view/tpl/notes.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notes.tpl b/view/tpl/notes.tpl index 22a249fd9..3273b4145 100644 --- a/view/tpl/notes.tpl +++ b/view/tpl/notes.tpl @@ -1,7 +1,7 @@ {{if $app}} <div id="personal-notes" class="generic-content-wrapper{{if $hidden}} d-none{{/if}}"> <div class="section-title-wrapper clearfix"> - <div class="float-end rounded border border-secondary p-1 text-muted small note-mode" title="Double click into note for edit mode">Read mode</div> + <div class="float-end rounded border border-secondary m-1 ps-1 pe-1 text-muted small note-mode" title="Double click into note for edit mode">Read mode</div> <h2>{{$banner}}</h2> </div> <div class="section-content-wrapper-np"> |