From cf63cabd8e1f34bb9c056997b750795209b64c30 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 5 Oct 2024 11:50:41 +0100 Subject: [PATCH] Tweak card styles Cards can now grow slightly to fill the available space --- editions/tw5.com/tiddlers/system/tw5.com-styles.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid index 22c337353..6052e1fca 100644 --- a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +++ b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid @@ -132,7 +132,8 @@ type: text/vnd.tiddlywiki .tc-tiddlylink.tc-card { font-weight: normal; - max-width: 100%; + flex-grow: 1; + max-width: 250px; position: relative; background: <>; color: <>;