@@ -77,6 +77,8 @@ select:hover {
77
77
78
78
.markdown-content {
79
79
color : var (--panel_foreground );
80
+ background-color : var (--grey-very-dark );
81
+ height : 100% ;
80
82
}
81
83
.tab-panel {
82
84
display : flex;
@@ -98,23 +100,23 @@ select:hover {
98
100
}
99
101
100
102
.content {
101
- background-color : var (--content-background );
103
+ background-color : var (--grey-very-dark );
102
104
color : var (--content-font-color );
103
105
font-family : var (--content-font-family );
104
106
overflow-y : auto;
105
107
overflow-x : clip;
108
+ padding : 3px ;
106
109
}
107
110
108
111
.bottom-right-content {
109
112
overflow-y : auto;
110
113
}
111
114
112
- .tab-content-left {
113
- margin : 5px ;
114
- }
115
-
116
115
.tab-content {
117
116
display : none;
117
+ height : 100% ;
118
+ background-color : var (--grey-very-dark );
119
+ box-sizing : border-box;
118
120
}
119
121
120
122
.tab-content .active {
@@ -126,13 +128,12 @@ select:hover {
126
128
}
127
129
128
130
.compilation-content {
129
- box-sizing : border-box;/* Add this line */
131
+ box-sizing : border-box;
130
132
background-color : var (--grey-very-dark );
131
133
width : 100% ;
132
- white-space : pre-wrap;/* Wraps the text */
133
- word-break : break-all;/* Breaks the words */
134
+ white-space : pre-wrap;
135
+ word-break : break-all;
134
136
margin : 0 ;
135
- padding : 3px ;
136
137
}
137
138
138
139
.tab-separator {
@@ -154,7 +155,7 @@ select:hover {
154
155
.panel-col {
155
156
display : flex;
156
157
flex-direction : column;
157
- overflow : auto ;
158
+ overflow : hidden ;
158
159
}
159
160
160
161
.panel-item {
0 commit comments