mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 08:34:42 +00:00
Import rename (#4928)
* Add UI for renaming tiddlers before import in the import listing * Removed spurious whitespace
This commit is contained in:
@@ -2024,6 +2024,19 @@ html body.tc-body.tc-single-tiddler-window {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
** Import table
|
||||
*/
|
||||
|
||||
.tc-import-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input.tc-import-rename {
|
||||
width: 85%;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
/*
|
||||
** Alerts
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user