Update styles.css

This commit is contained in:
2025-03-25 00:08:36 +11:00
parent 45648e7111
commit d919db86d7

View File

@@ -21,12 +21,21 @@
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
vertical-align: middle;
} }
/* Reduce indent for child items */ /* Reduce indent for child items - improved spacing */
.nav-folder .nav-folder .nav-file-title, .nav-folder .nav-folder .nav-file-title,
.nav-folder .nav-folder .nav-folder-title { .nav-folder .nav-folder .nav-folder-title {
padding-left: 12px !important; padding-left: 15px !important;
}
/* Ensure proper alignment with sort values and titles */
.nav-file-title-content.has-sort-value,
.nav-file-title-content.has-title {
padding-right: 5px;
display: inline-block;
max-width: calc(100% - 10px);
} }
/* Sort value styling */ /* Sort value styling */