[frontend/components] Increase single note timestamp margin

This commit is contained in:
pancakes 2025-03-08 13:25:22 +10:00 committed by Laura Hausmann
parent 062fc1724b
commit 5ffbafce16
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -31,6 +31,6 @@
} }
.date { .date {
margin-top: 0.5rem; margin-top: 1rem;
opacity: 0.7; opacity: 0.7;
} }