Skip to content

Commit edc63a8

Browse files
Carreausteppi
andauthored
Update jupyterlite_sphinx/jupyterlite_sphinx.css
Co-authored-by: Albert Steppi <[email protected]>
1 parent a473be8 commit edc63a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlite_sphinx/jupyterlite_sphinx.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
/* we do not want the button to show on smaller screens (phones), as clicking
7171
* can download a lot of data, 430px, is the width of iPhone 14 pro max */
7272

73-
@media (max-width: 430px) {
73+
@media (max-width: 480px), (max-height: 480px) {
7474
div.try_examples_button_container {
7575
display: none;
7676
}

0 commit comments

Comments
 (0)