mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
fix: fix editor progress position
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
.monaco-workbench .part.editor > .content .monaco-progress-container {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
top: 33px; /* at the bottom of the 35px height title container */
|
||||
z-index: 5; /* on top of things */
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
@@ -45,3 +45,8 @@
|
||||
.monaco-workbench .part.editor > .content .editor-group-container > .title .breadcrumbs-below-tabs .breadcrumbs-control .monaco-breadcrumb-item:last-child .codicon:last-child {
|
||||
display: none; /* hides chevrons when last item */
|
||||
}
|
||||
|
||||
.monaco-workbench .part.editor > .content .title .monaco-progress-container {
|
||||
top: unset;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user