From dc9981322aeb508d5ebac0b691b0d703f8c1995e Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 7 Oct 2014 22:11:43 +0100 Subject: [PATCH] Increase size of search cancel button --- themes/tiddlywiki/vanilla/base.tid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 54ea117df..19ae05ec0 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -403,7 +403,9 @@ button.tc-untagged-label { } .tc-search a svg { - height: 0.75em; + width: 1.2em; + height: 1.2em; + vertical-align: middle; } .tc-search-results {