mirror of
https://github.com/Ladebeze66/coffreobsidian.git
synced 2025-12-16 13:47:47 +01:00
5 lines
139 B
CSS
5 lines
139 B
CSS
/* Masquer le dossier "inbox" dans l'explorateur de fichiers */
|
|
.nav-folder-title[data-path="inbox"] {
|
|
display: none !important;
|
|
}
|
|
|