avoid disappearing left-margin note on narrow display

Related to racket/racket#3318
This commit is contained in:
Matthew Flatt 2020-08-01 13:16:40 -06:00
parent ac2b976e40
commit a8813aa510

View File

@ -395,6 +395,14 @@ a:hover {
margin: 0em 0em 0em -13em;
}
@media all and (max-width:1340px) {
/* avoid disappearing left note if display area is narrow */
.refparaleft, .refelemleft {
margin: 0em 0em 0em 0em;
right: 0em;
}
}
.refcolumnleft {
background-color: hsl(60, 29%, 94%);
display: block;