mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 10:00:17 +05:30
feat: add breadcrumb bar showing current file path
Display the active file path below the toolbar with dark theme support and monospace font for path readability.
This commit is contained in:
@@ -2224,4 +2224,11 @@ body[class*="dark"] .command-shortcut {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
flex-shrink: 0;
|
||||
background: var(--gray-50, #f9fafb);
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
}
|
||||
body[class*="dark"] .breadcrumb-bar {
|
||||
background: #1a1a1a;
|
||||
color: #888;
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user