mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04:19 +00:00
Tweak card styles
Cards can now grow slightly to fill the available space
This commit is contained in:
parent
b6d10b88c1
commit
cf63cabd8e
@ -132,7 +132,8 @@ type: text/vnd.tiddlywiki
|
|||||||
|
|
||||||
.tc-tiddlylink.tc-card {
|
.tc-tiddlylink.tc-card {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
max-width: 100%;
|
flex-grow: 1;
|
||||||
|
max-width: 250px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: <<colour background>>;
|
background: <<colour background>>;
|
||||||
color: <<colour foreground>>;
|
color: <<colour foreground>>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user