tangled
alpha
login
or
join now
nichoth.com
/
grain-pwa
forked from
grain.social/grain-pwa
0
fork
atom
WIP PWA for Grain
0
fork
atom
overview
issues
pulls
pipelines
fix: flex align spinner and text in post button
chadtmiller.com
2 months ago
a2e7191e
1a35fec3
+3
1 changed file
expand all
collapse all
unified
split
src
components
pages
grain-create-gallery.js
+3
src/components/pages/grain-create-gallery.js
···
70
70
color: var(--color-text-primary);
71
71
}
72
72
.post-button {
73
73
+
display: flex;
74
74
+
align-items: center;
75
75
+
gap: 6px;
73
76
background: var(--color-accent, #0066cc);
74
77
color: white;
75
78
border: none;