Skip to content

Commit

Permalink
prevent flag to overflow in smartphones #49 #94
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed May 28, 2022
1 parent 0ae2c9c commit 65afe07
Show file tree
Hide file tree
Showing 2 changed files with 5,464 additions and 2 deletions.
12 changes: 10 additions & 2 deletions _static/css/jupman-web.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,18 @@ div.output_area.docutils.container:not(.rendered_html){

#jupman-langs {
float: right;
margin-right: -28px;
margin-top: -28px;
margin-right: -10px;
margin-top: -22px;
}

@media screen and (min-width:1100px) { /* min-width as in rtd theme */

#jupman-langs {
margin-right: -28px;
}
}


/* Fix for centered images
https://github.com/DavidLeoni/jupman/issues/52
*/
Expand Down
Loading

0 comments on commit 65afe07

Please sign in to comment.