xi-conversations

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

commit
5df8c1cf870e46a96f81b9754a426c78fc2e290c
parent
359ce5d4898a3b26eae266fc61c67f142f53f133
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-05-11 14:04
fix dropdown-item padding

Diffstat

M content/style.css 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -118,7 +118,7 @@ body {
  118   118 	min-inline-size: 100%;
  119   119 	font-size: inherit;
  120   120 	text-align: start;
  121    -1 	padding-block: 0.2em
   -1   121 	padding-block: 0.2em;
  122   122 	padding-inline: 0.3em;
  123   123 	white-space: nowrap;
  124   124 	cursor: pointer;