mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-28 17:55:41 +02:00
Merge pull request #113 from google/no-speaker-notes-on-mobile
Hide speaker note popup link on mobile
This commit is contained in:
commit
59e4a912ca
@ -22,3 +22,9 @@
|
|||||||
.content details summary a {
|
.content details summary a {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 1080px) {
|
||||||
|
.content details summary a {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user