mirror of
https://github.com/adanielnoel/obsidian-index-notes.git
synced 2026-07-22 05:12:06 +00:00
16 lines
265 B
CSS
16 lines
265 B
CSS
.index-notes-search {
|
|
width: calc(100% - 20px);
|
|
}
|
|
|
|
.index-notes-prompt-modal-input {
|
|
width: calc(100% - 20px);
|
|
}
|
|
|
|
.index-notes-metadata-template {
|
|
width: 200px;
|
|
height: 100px;
|
|
}
|
|
|
|
.index-notes-metadata-template-error {
|
|
color: rgb(246, 94, 94);
|
|
}
|