Import rename (#4928)

* Add UI for renaming tiddlers before import in the import listing

* Removed spurious whitespace
This commit is contained in:
saqimtiaz
2020-10-28 17:03:04 +01:00
committed by GitHub
parent 49b11bc493
commit 9605d94b6c
4 changed files with 41 additions and 5 deletions

View File

@@ -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
*/