We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f962172 commit b51f274Copy full SHA for b51f274
doc/themes/scikit-learn-modern/static/css/theme.css
@@ -1019,13 +1019,12 @@ div.sphx-glr-thumbcontainer {
1019
padding: 0;
1020
}
1021
1022
-
1023
@media screen and (min-width: 1540px) {
1024
- .sphx-glr-download-link-note {
1025
- position: absolute;
+ div.sphx-glr-download-link-note.admonition.note {
1026
position: absolute;
1027
left: 98%;
1028
width: 20ex;
+ margin-top: calc(max(5.75rem, 1vh));
1029
1030
1031
0 commit comments