Update post.html

This commit is contained in:
glossimute 2025-05-19 14:06:53 +09:00
parent 9f54e434a5
commit f2992a6f44
1 changed files with 5 additions and 1 deletions

View File

@ -88,7 +88,11 @@
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path> <path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
</svg> </svg>
</button> </button>
<button id="alignToggleBtn" class="btn btn-invisible circle" title="切换文字对齐方式"></button> <button id="alignToggleBtn" class="btn btn-invisible circle" title="切换文字对齐方式">
<svg class="octicon" width="16" height="16" fill="currentColor">
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
</svg>
</button>
{% endblock %} {% endblock %}
{% block content %} {% block content %}