Merge pull request #2890 from ehuss/remove-chrome-tabs
Remove tabs in chrome.css
This commit is contained in:
commit
4a07076896
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