Index: src/views/pages/post-edit.ejs
===================================================================
--- src/views/pages/post-edit.ejs	(revision 9163b15aa08625ba97cfbb4bd69b084bca113ab1)
+++ src/views/pages/post-edit.ejs	(revision 43fea3248f23fed9466ce90de2228c7f5b08b706)
@@ -466,9 +466,9 @@
 .pe-fs-done { display: none; }
 .pe-editor-frame.pe-fs .pe-fs-done {
-  display: inline-flex; align-items: center;
-  width: auto !important; height: auto !important;
-  padding: .4rem .9rem !important; margin-right: .35rem;
+  display: inline-flex; align-items: center; gap: .35rem;
+  width: auto !important; height: auto !important; min-height: 40px;
+  padding: .55rem 1.3rem !important; margin-right: .5rem;
   background: var(--accent); color: #fff;
-  font-weight: 700; font-size: .9rem; border-radius: 999px;
+  font-weight: 700; font-size: 1.05rem; border-radius: 999px;
 }
 .pe-editor-frame.pe-fs .pe-fs-done:hover { background: var(--accent); color: #fff; }
