File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 14
14
<div class =" d-flex" >
15
15
<div class =" header item-center" >RustPython 🐍 😱 🤘</div >
16
16
<div >
17
- <a target =" _blank" class =" mr-px-5 text-black" href =" https://github.com/RustPython/RustPython/tree/master/wasm/notebook" >how this works</a >
17
+ <a target =" _blank" class =" d-md-none mr-px-5 text-black" href =" https://github.com/RustPython/RustPython/tree/master/wasm/notebook" >how this works</a >
18
18
<a target =" _blank" class =" text-black" href =" https://github.com/RustPython/" > github</a >
19
19
</div >
20
20
</div >
30
30
</div >
31
31
32
32
<div class =" nav-bar-links d-flex" >
33
- <a href =" #" id =" split-view" class =" bg-light mr-px-5 text-black" >split view</a >
33
+ <a href =" #" id =" split-view" class =" d-md-none bg-light mr-px-5 text-black" >split view</a >
34
34
<a href =" #" id =" default-view" class =" bg-light mr-px-5 text-black" >default view</a >
35
35
<a href =" #" id =" reader-view" class =" bg-light text-black" >reader view</a >
36
36
</div >
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ ul.list-inline li {
172
172
input [type = 'url' ] {
173
173
border : 1px solid black;
174
174
border-radius : 0px ;
175
- width : 85 % ;
175
+ width : 75 % ;
176
176
font-size : 1rem ;
177
177
padding : 4px ;
178
178
font-family : monospace;
@@ -241,12 +241,17 @@ input[type='url'] {
241
241
overflow : auto;
242
242
}
243
243
244
- @media screen and (max-width : 700 px ) {
244
+ @media screen and (max-width : 768 px ) {
245
245
.box {
246
246
width : 70% ;
247
247
}
248
248
249
249
.popup {
250
250
width : 70% ;
251
251
}
252
+
253
+ .d-md-none {
254
+ display : none;
255
+ }
256
+
252
257
}
You can’t perform that action at this time.
0 commit comments