We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d82df commit 77138f6Copy full SHA for 77138f6
1 file changed
console/wasm/console.html
@@ -10,7 +10,7 @@
10
11
#app_shell {
12
display: grid;
13
- grid-template-columns: minmax(0, 1.6fr) minmax(24rem, 0.95fr);
+ grid-template-columns: max-content minmax(24rem, 1fr);
14
gap: 1.2rem;
15
align-items: start;
16
padding: 1rem;
@@ -19,6 +19,7 @@
19
}
20
21
#console_pane {
22
+ width: fit-content;
23
min-width: 0;
24
overflow-x: auto;
25
display: flex;
@@ -80,7 +81,7 @@
80
81
82
#maincontent {
83
width: 100%;
- padding: 5em;
84
+ padding: 5em calc(5em - 30px);
85
86
align-items: flex-start;
87
gap: 5em;
@@ -692,7 +693,7 @@
692
693
color: #3f6; /* green on black */
694
border-radius: 2px;
695
padding: 0.5em 0.8em;
- height: 10.5em;
696
+ height: 18em;
697
overflow: hidden;
698
box-shadow: inset 1px 1px 1px #181818, inset 0 -2px 1px #2a2a2a;
699
0 commit comments