avoid disappearing left-margin note on narrow display
Related to racket/racket#3318
This commit is contained in:
parent
ac2b976e40
commit
a8813aa510
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user