Skip to content

Commit 072a9ed

Browse files
Carreausteppi
andauthored
Apply suggestions from code review
Co-authored-by: Albert Steppi <[email protected]>
1 parent edc63a8 commit 072a9ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/directives/try_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ be plain and unadorned.
99

1010
Note that as starting JupyterLite can download a significant amount of data, and
1111
that the Jupyter interface is not optimized for mobile, the buttons will be
12-
hidden on mobile by default (screen width 430px or smaller). This can be
12+
hidden on mobile by default (screen width 480px or smaller). This can be
1313
changed by overwriting with custom CSS.
1414

1515

jupyterlite_sphinx/jupyterlite_sphinx.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969

7070
/* we do not want the button to show on smaller screens (phones), as clicking
71-
* can download a lot of data, 430px, is the width of iPhone 14 pro max */
71+
* can download a lot of data. 480px is a commonly used breakpoint to identify if a device is a smartphone. */
7272

7373
@media (max-width: 480px), (max-height: 480px) {
7474
div.try_examples_button_container {

0 commit comments

Comments
 (0)