From 3e6c794562a96e348a869ca2d5572e39f779d1fc Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 6 Oct 2024 16:59:26 +0100 Subject: [PATCH] Revert changes to core styles --- themes/tiddlywiki/vanilla/base.tid | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index f4ab28e60..ca8d40aa7 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1075,7 +1075,7 @@ button.tc-btn-invisible.tc-remove-tag-button { .tc-tiddler-frame { position: relative; - margin-bottom: 14px; + margin-bottom: 28px; background-color: <>; border: 1px solid <>; } @@ -1127,18 +1127,18 @@ button.tc-btn-invisible.tc-remove-tag-button { @media (max-width: <>) { .tc-tiddler-frame { - padding: 7px 7px 7px 7px; + padding: 14px 14px 14px 14px; margin-bottom: .5em; } .tc-tiddler-info { - margin: 0 -7px 0 -7px; + margin: 0 -14px 0 -14px; } } @media (min-width: <>) { .tc-tiddler-frame { - padding: 14px 21px 21px 21px; + padding: 28px 42px 42px 42px; width: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}}; border-radius: 2px; } @@ -1175,8 +1175,8 @@ button.tc-btn-invisible.tc-remove-tag-button { } .tc-tiddler-title-icon svg { - width: 0.8em; - height: 0.8em; + width: 0.9em; + height: 0.9em; } .tc-system-title-prefix { @@ -1184,12 +1184,12 @@ button.tc-btn-invisible.tc-remove-tag-button { } .tc-titlebar h2 { - font-size: 0.8em; + font-size: 1em; display: inline; } .tc-titlebar img { - height: 0.8em; + height: 1em; } .tc-subtitle {