Skip to content

Commit 4a07076

Browse files
authored
Merge pull request #2890 from ehuss/remove-chrome-tabs
Remove tabs in chrome.css
2 parents b0229e7 + 3a2705d commit 4a07076

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/mdbook-html/front-end/css/chrome.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,9 @@ html:not(.sidebar-resizing) .sidebar {
509509
height: 16px;
510510
color: var(--icons);
511511
margin-inline-start: var(--sidebar-resize-indicator-space);
512-
display: flex;
513-
align-items: center;
514-
justify-content: flex-start;
512+
display: flex;
513+
align-items: center;
514+
justify-content: flex-start;
515515
}
516516
.sidebar-resize-handle .sidebar-resize-indicator::before {
517517
content: "";

0 commit comments

Comments
 (0)