mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-24 10:46:09 +10:00
updates
This commit is contained in:
31
docs/.obsidian/plugins/docs-viewer/styles.css
vendored
31
docs/.obsidian/plugins/docs-viewer/styles.css
vendored
@@ -10,21 +10,11 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* Icon and title styling */
|
||||
.title-icon {
|
||||
margin-right: 5px;
|
||||
font-size: 0.9em;
|
||||
color: var(--color-orange);
|
||||
flex-shrink: 0;
|
||||
/* Sort value styling */
|
||||
.nav-file-title-content::before {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.has-icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.nav-file-title-content {
|
||||
padding: 0;
|
||||
line-height: 1.1;
|
||||
@@ -38,3 +28,18 @@
|
||||
.nav-folder .nav-folder .nav-folder-title {
|
||||
padding-left: 12px !important;
|
||||
}
|
||||
|
||||
/* Sort value styling */
|
||||
.has-sort-value::before {
|
||||
content: attr(data-sort-value);
|
||||
color: var(--color-yellow);
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
/* Title styling */
|
||||
.has-title::after {
|
||||
content: attr(data-title);
|
||||
color: var(--color-orange);
|
||||
font-size: 0.85em;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user