From 31300b6e2e78fb72d3ac2a9cc9402c85b4428566 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 31 Oct 2014 10:02:09 +0000 Subject: [PATCH] Make tag pills rounder The tag pills were looking less like pills at larger font sizes, because of the absolute units used for the corner roundness. --- themes/tiddlywiki/vanilla/base.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 2a16abcd6..e1c0f13dd 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -324,7 +324,7 @@ button svg.tc-image-button, button .tc-image-button img { button.tc-tag-label, span.tc-tag-label { display: inline-block; - padding: 2px 9px; + padding: 0.25em 0.7em; font-size: 0.9em; font-weight: 300; line-height: 1.2em; @@ -332,7 +332,7 @@ button.tc-tag-label, span.tc-tag-label { white-space: nowrap; vertical-align: baseline; background-color: <>; - border-radius: 8px; + border-radius: 1em; } .tc-untagged-separator {