File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 3636
3737/* Display size variations */
3838.small-display {
39- width : 500px ;
40- height : 600px ;
39+ width : 350px ;
4140 --base-font-size : 12px ;
4241 --button-height : 40px ;
4342 --button-width : 170px ;
4443 --settings-width : 200px ;
4544}
4645
4746.medium-display {
48- width : 600px ;
49- height : 700px ;
47+ width : 550px ;
5048 --base-font-size : 14px ;
5149 --button-height : 45px ;
5250 --button-width : 190px ;
5755
5856.large-display {
5957 width : 700px ;
60- height : 800px ;
58+ min-height : auto;
59+ max-height : 1500px ;
6160 --base-font-size : 16px ;
6261 --button-height : 50px ;
6362 --button-width : 210px ;
6867
6968/* Base styles */
7069body {
71- min-width : 400 px ;
70+ min-width : 500 px ;
7271 margin : 0 ;
7372 padding : 0 ;
7473 font-family : 'Roboto' , -apple-system, sans-serif;
@@ -193,14 +192,12 @@ a {
193192}
194193
195194.response-container {
196- width : 100% ;
197195 background-color : var (--code-bg-color );
198196 color : var (--text-color );
199197 border-radius : var (--border-radius );
200198 border : 1px solid var (--border-color );
201199 padding : var (--spacing );
202200 margin-bottom : var (--spacing );
203- max-height : 500px ;
204201 overflow-y : auto;
205202 box-sizing : border-box;
206203 font-size : var (--base-font-size );
You can’t perform that action at this time.
0 commit comments