> > On Friday, 25 December 2020 at 20:21:17 UTC Hubert wrote: > >> I've noticed that the word "Delete" looks as if it had a negative >> "margin-left" value or there was some other alignment issue (screenshot >> below). >> > I see the same issue (using Chrome on Win10).
After examining the $:/core/ui/Buttons/* shadow definitions, I note that some (but not all) have <$text text=" "/> preceding the button caption text. This includes *edit, clone, permalink, permaview, open-window, close-others, fold-others, *and *fold. *However, in contrast, the *close, info, new-here, new-journal, *and *export-tiddler *buttons do *not* have this explicit space preceding their caption text, but still seem to display properly. Following this pattern, the fix would be to add <$text text=" "/> to the delete button definition. -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3bad0564-6b07-40bd-bf49-97aff14a769bn%40googlegroups.com.

