This repository was archived by the owner on Dec 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -189,22 +189,15 @@ body.still-loading .repl {
189
189
.repl .sidecar-visible .repl-block {
190
190
background : transparent;
191
191
}
192
- body : not (.subwindow ) repl .sidecar-visible {
193
- border-left : none;
194
- border-right : none;
195
- border-bottom : none;
196
- }
197
192
.repl-block {
198
193
margin : 0em 1.8125em ;
199
194
padding : 0.5em 0 ;
200
195
display : flex;
201
196
flex-direction : column;
202
197
}
203
198
body : not (.subwindow ) repl .sidecar-visible .repl-block , body .sidecar-full-screen repl .repl-block {
204
- margin-top : 0 ;
205
199
border-color : transparent;
206
200
box-shadow : none;
207
- margin : 0 1.5em ;
208
201
}
209
202
.repl , .repl input {
210
203
font-family : var (--font-monospace );
@@ -232,6 +225,12 @@ body:not(.subwindow) repl.sidecar-visible .repl-block, body.sidecar-full-screen
232
225
text-overflow : ellipsis;
233
226
white-space : nowrap;
234
227
}
228
+ .repl .sidecar-visible .result-table .repl-result {
229
+ width : 100% ;
230
+ }
231
+ .repl .result-table .repl-result {
232
+ min-width : 40% ;
233
+ }
235
234
.repl-prompt {
236
235
font-weight : bold;
237
236
margin-right : 1ex ;
You can’t perform that action at this time.
0 commit comments