xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
4c6ab8283aa6bd8c1b2125d8161c8582243fe434
parent
573735a981ab5cb85f32efcd8b5256f01d4fcb5e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-09-06 15:16
vertically center header

Diffstat

M content/style.css 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/content/style.css b/content/style.css

@@ -75,6 +75,7 @@ body {
   75    75 	display: flex;
   76    76 	z-index: 2;
   77    77 	justify-content: space-between;
   -1    78 	align-items: center;
   78    79 	padding: 1em;
   79    80 	gap: 1em;
   80    81 	background-color: var(--bg);