From 0d5380d4a6abdd2e2c9e7144a61fd4b090f6c2d5 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 29 Jul 2014 12:06:04 +0100 Subject: [PATCH] Set vertical alignment for SVG in buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Makes the buttons in the info panel “tools” tab look more like buttons on Chrome. --- themes/tiddlywiki/vanilla/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index de0649030..86d434828 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -234,6 +234,10 @@ a.tw-tiddlylink-external:hover { ** Buttons */ +button svg { + vertical-align: middle; +} + .btn-invisible { padding: 0; margin: 0;