WIP PWA for Grain

fix: flex align spinner and text in post button

+3
+3
src/components/pages/grain-create-gallery.js
··· 70 70 color: var(--color-text-primary); 71 71 } 72 72 .post-button { 73 + display: flex; 74 + align-items: center; 75 + gap: 6px; 73 76 background: var(--color-accent, #0066cc); 74 77 color: white; 75 78 border: none;