forked from pzuraq/vscode-vertical-tab-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
41 lines (30 loc) · 873 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* Flex Tab Bar */
.monaco-workbench.nosidebar > .activitybar {
display: none;
}
.monaco-workbench.nosidebar > .editor {
left: 0 !important;
}
.monaco-workbench.nosidebar > .editor > .content > .one-editor-silo > .container {
display: flex;
flex-direction: row;
}
.monaco-workbench.nosidebar>.part.editor>.content>.one-editor-silo>.container>.title {
overflow: visible;
height: 100%;
flex-direction: column;
}
.monaco-workbench.nosidebar >.part.editor>.content>.one-editor-silo>.container>.title .tabs-container {
flex-direction: column;
height: 100%;
}
.monaco-workbench.nosidebar > .part.editor > .content > .one-editor-silo
> .container > .title .tabs-container > .tab {
width: 100%;
}
.monaco-workbench.nosidebar .monaco-editor, .monaco-editor .inputarea {
margin-top: 17px;
}
.monaco-workbench.nosidebar .scroll-decoration {
display: none !important;
}