From 73ff122e095c0d482ed9ad8c434f411900589f4e Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Tue, 24 Feb 2026 16:05:18 -0500 Subject: [PATCH] fix op add list font size --- web/kiri/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/kiri/index.css b/web/kiri/index.css index 30a68612..23792212 100644 --- a/web/kiri/index.css +++ b/web/kiri/index.css @@ -1446,6 +1446,7 @@ details[open] summary::after { #op-add-list > div { padding: 3px 5px 3px 5px; display: flex; + font-size: 14px; flex-direction: column; border: 1px dashed gray; border-radius: 3px;