mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:34:46 +00:00
Remove 2em of whitespace from EditTemplate when there are no visible fields (#5063)
* Remove 2em of whitespace from EditTemplate when there are no visible fields * Update base.tid * Update fields.tid * Update fields.tid * Update base.tid
This commit is contained in:
@@ -1420,6 +1420,10 @@ html body.tc-body.tc-single-tiddler-window {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tc-edit-fields.tc-edit-fields-small {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td {
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user