1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix 1px clipping on SVG icons

Fixes #1542
This commit is contained in:
Jermolene 2015-02-28 10:47:38 +00:00
parent b30d43215c
commit bc0a25bc6c

View File

@ -257,6 +257,10 @@ a.tc-tiddlylink-external:hover {
** Buttons
*/
svg.tc-image-button {
padding: 0 1px 1px 0;
}
button svg, button img {
vertical-align: middle;
}