1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-30 05:19:57 +00:00

Tweak card styles

Cards can now grow slightly to fill the available space
This commit is contained in:
Jeremy Ruston 2024-10-05 11:50:41 +01:00
parent b6d10b88c1
commit cf63cabd8e

View File

@ -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: <<colour background>>;
color: <<colour foreground>>;