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;
|
height: 16px;
|
||||||
color: var(--icons);
|
color: var(--icons);
|
||||||
margin-inline-start: var(--sidebar-resize-indicator-space);
|
margin-inline-start: var(--sidebar-resize-indicator-space);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.sidebar-resize-handle .sidebar-resize-indicator::before {
|
.sidebar-resize-handle .sidebar-resize-indicator::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue