.nav-folder-title-content { flex-grow: 1; padding-bottom: 4px; padding-top: 4px; } .folder-note-underline .has-folder-note.nav-folder-title-content { text-decoration-line: underline; text-decoration-color: var(--text-faint); text-decoration-thickness: 2px; text-underline-offset: 1px; } .nav-folder-title { padding-bottom: 0; padding-top: 0; } .hide-folder-note .is-folder-note { display: none; } .nav-folder-collapse-indicator:hover { cursor: pointer; } .fn-exclude-folder-list-item { display: flex; align-items: center; padding: 0.75rem 0; border-top: none; padding-top: 0; } .fn-exclude-folder-path { width: calc(100% - 20px); } .fn-exclude-folder-list-item .setting-item-control { width: 100%; justify-content: flex-end; flex: 1 1 auto; display: flex; } .fn-exclude-folder-list-item>*.last-child { margin-right: 0; } .fn-confirmation-modal { padding-bottom: 0; } .fn-confirmation-modal-button { margin-right: 0.7rem; } .fn-delete-confirmation-modal-buttons { display: flex; align-items: center; margin-top: 10px; } .fn-delete-confirmation-modal-buttons span:hover, .fn-delete-confirmation-modal-buttons input:hover { cursor: pointer; } .fn-delete-confirmation-modal-buttons .fn-confirmation-modal-button { margin-left: auto; } .fn-delete-confirmation-modal-buttons input[type="checkbox"] { margin-right: 5px; }