feat: style of import option

This commit is contained in:
lin onetwo 2025-11-25 19:53:19 +08:00
parent 419fbd0a2a
commit f3c45be3c2

View file

@ -2395,6 +2395,14 @@ html body.tc-body.tc-single-tiddler-window {
** Import table
*/
.tc-import-option {
margin: 0.5em 0;
padding: 0.5em;
background: <<colour tiddler-editor-background>>;
border: 1px solid <<colour tiddler-editor-border>>;
border-radius: 4px;
}
.tc-import-table {
width: 100%;
}