About Social Code
summaryrefslogtreecommitdiff
path: root/templates/note.html
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2022-11-26 00:01:25 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2022-11-26 00:01:25 -0500
commit485d6a8e3d7a16a128ec945ecb401d419e741f81 (patch)
tree1a1259155c99c7ad5b825ac39553ec27a7b1e2a1 /templates/note.html
parent60dfa1702796dc5dee294e1358afb3a969802fc2 (diff)
Improve note page view
Diffstat (limited to 'templates/note.html')
-rw-r--r--templates/note.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/note.html b/templates/note.html
index 917d461..e7da3cb 100644
--- a/templates/note.html
+++ b/templates/note.html
@@ -13,6 +13,8 @@
$endif$
</div>
<div class="note-divider"></div>
-<div class="note-body">
+<div class="main-container">
+ <div class="note-body">
$body$
+ </div>
</div>