diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -497,11 +497,6 @@ ul { opacity: .5; } -/* Post */ -.post > .message, .post > .image { - padding-left: 1em; -} - /* Reflink preview */ .post_preview { border-left: 1px solid #777; diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -45,10 +45,6 @@ {% trans 'Reply' %} {% endif %} - {% if post.global_id %} - [RAW] - {% endif %} - {% if perms.boards.change_post or perms.boards.delete_post or perms.boards.change_thread or perms_boards.delete_thread %} {% if perms.boards.change_post or perms.boards.delete_post %} @@ -59,7 +55,9 @@ | {% trans 'Edit thread' %} {% endif %} {% endif %} - + {% if post.global_id %} + | RAW + {% endif %} {% endif %}