mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 15:10:02 +00:00
Include tiddler borders in preview
Several of the core palettes have distinctive borders
This commit is contained in:
parent
a6a91d49b7
commit
a366d62358
@ -3,6 +3,8 @@ tags: $:/tags/Preview/Story
|
|||||||
|
|
||||||
\parameters (title)
|
\parameters (title)
|
||||||
\whitespace trim
|
\whitespace trim
|
||||||
<$colour.div class="tc-palette-preview-thumbnail-tiddler" styleName="background-color" styleColour="tiddler-background">
|
<$colour.div class="tc-palette-preview-thumbnail-tiddler-border" styleName="border-color" styleColour="tiddler-border">
|
||||||
<<palette-preview-component-list "$:/tags/Preview/Tiddler">>
|
<$colour.div class="tc-palette-preview-thumbnail-tiddler" styleName="background-color" styleColour="tiddler-background">
|
||||||
</$colour.div>
|
<<palette-preview-component-list "$:/tags/Preview/Tiddler">>
|
||||||
|
</$colour.div>
|
||||||
|
</$colour.div>
|
||||||
|
@ -2979,8 +2979,13 @@ input.tc-palette-manager-colour-input {
|
|||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-palette-preview-thumbnail-tiddler {
|
.tc-palette-preview-thumbnail-tiddler-border {
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tc-palette-preview-thumbnail-tiddler {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user