Remove tabs in chrome.css
This causes awkwardness with some editors which want to replace tabs with spaces.
This commit is contained in:
parent
b0229e76a5
commit
3a2705d742
1 changed files with 3 additions and 3 deletions
|
|
@ -509,9 +509,9 @@ html:not(.sidebar-resizing) .sidebar {
|
|||
height: 16px;
|
||||
color: var(--icons);
|
||||
margin-inline-start: var(--sidebar-resize-indicator-space);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.sidebar-resize-handle .sidebar-resize-indicator::before {
|
||||
content: "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue