lostpaul_obsidian-folder-notes/styles.css

48 lines
808 B
CSS
Raw Normal View History

2023-03-12 16:11:05 +00:00
.nav-folder-title-content {
flex-grow: 1;
padding-bottom: 4px;
padding-top: 4px;
}
.nav-folder-title {
padding-bottom: 0;
padding-top: 0;
}
.hide-folder-note .is-folder-note {
display: none;
2023-03-19 20:05:16 +00:00
}
.nav-folder-collapse-indicator:hover {
cursor: pointer;
}
2023-03-17 21:58:27 +00:00
.fn-exclude-folder-list-item {
2023-03-18 21:56:11 +00:00
display: flex;
align-items: center;
padding: 0.75rem 0;
2023-03-19 20:05:16 +00:00
border-top: none;
padding-top: 0;
2023-03-18 21:56:11 +00:00
}
.fn-exclude-folder-path {
width: calc(100% - 20px);
2023-03-17 21:58:27 +00:00
}
2023-03-18 21:56:11 +00:00
.fn-exclude-folder-list-item .setting-item-control {
2023-03-19 20:05:16 +00:00
width: 100%;
2023-03-18 21:56:11 +00:00
justify-content: flex-end;
flex: 1 1 auto;
display: flex;
2023-03-17 21:58:27 +00:00
}
2023-03-18 21:56:11 +00:00
.fn-exclude-folder-list-item > *.last-child {
margin-right: 0;
2023-03-19 12:35:04 +00:00
}
.fn-confirmation-modal {
padding-bottom: 0;
}
.fn-confirmation-modal-button {
margin-right: 0.7rem;
2023-03-12 16:11:05 +00:00
}