From cce23ac6cddbccc88a848dcc5c456e57c01b2c20 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Thu, 8 Jun 2023 08:32:56 +0100 Subject: [PATCH] Fix size of buttons in editor toolbar dropdowns Fixes #7529 --- themes/tiddlywiki/vanilla/base.tid | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 724d0dae9..53943f994 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1388,6 +1388,11 @@ html body.tc-body.tc-single-tiddler-window { height: 1.2em; } +.tc-editor-toolbar .tc-drop-down a, +.tc-editor-toolbar .tc-drop-down button { + padding: 0; +} + .tc-editor-toolbar button:hover { background-color: <>; fill: <>;