mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-25 03:06:07 +10:00
Update styles.css
This commit is contained in:
13
docs/.obsidian/plugins/docs-viewer/styles.css
vendored
13
docs/.obsidian/plugins/docs-viewer/styles.css
vendored
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user