1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 21:33:14 +00:00

Fix size of buttons in editor toolbar dropdowns

Fixes #7529
This commit is contained in:
jeremy@jermolene.com 2023-06-08 08:32:56 +01:00
parent 88dc6eba96
commit cce23ac6cd

View File

@ -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: <<colour tiddler-controls-foreground-selected>>;
fill: <<colour background>>;