mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-10 09:20:26 +00:00
update vanilla base
This commit is contained in:
parent
d399543438
commit
054d63034a
@ -2,3 +2,4 @@ title: $:/themes/tiddlywiki/tight/metrics/
|
||||
|
||||
storypaddingleft: 0px
|
||||
storypaddingright: 0px
|
||||
tiddlerwidth: 770px
|
@ -3,6 +3,8 @@ tags: [[$:/tags/Stylesheet]]
|
||||
list-before:
|
||||
code-body: yes
|
||||
|
||||
\function get.theme.metric(metric) [{$:/theme}addsuffix[/]addsuffix<metric>get[text]] ~[[$:/themes/tiddlywiki/vanilla/]addsuffix<metric>get[text]]
|
||||
|
||||
\define custom-background-datauri()
|
||||
<$set name="background" value={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}>
|
||||
<$list filter="[<background>is[image]]">
|
||||
@ -1157,7 +1159,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
||||
@media (min-width: <<sidebarbreakpoint>>) {
|
||||
.tc-tiddler-frame {
|
||||
padding: 28px 42px 42px 42px;
|
||||
width: clamp(0px,{{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}},100%);
|
||||
width: clamp(0px,<<get.theme.metric metrics/tiddlerwidth>>,100%);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user