mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-25 14:43:01 +00:00
Make the field table in the tiddler info panel have width 100%
This commit is contained in:
parent
e3dcb8cdc1
commit
0e037e3c5b
@ -1,5 +1,5 @@
|
|||||||
title: $:/core/ui/TiddlerFields
|
title: $:/core/ui/TiddlerFields
|
||||||
|
|
||||||
<table><tbody><$list filter="[is[current]fields[]sort[title]] -text" template="$:/core/ui/TiddlerFieldTemplate" hackCurrentTiddler=true/>
|
<table class="tw-view-field-table"><tbody><$list filter="[is[current]fields[]sort[title]] -text" template="$:/core/ui/TiddlerFieldTemplate" hackCurrentTiddler=true/>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -425,6 +425,10 @@ a.tw-tiddlylink-external {
|
|||||||
<<box-shadow "inset 1px 2px 3px rgba(0,0,0,0.1)">>
|
<<box-shadow "inset 1px 2px 3px rgba(0,0,0,0.1)">>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tw-view-field-table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.tw-view-field-name {
|
.tw-view-field-name {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user