You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-15 18:44:18 +02:00
Saving playground code state (#1917)
The embedded Playground's code reset when you navigate between slides. This has caused problems: if people navigate away from a slide to look something up, they've suddenly lost their work.
This commit is contained in:
committed by
GitHub
parent
6b3eb83bff
commit
b7a6e3b46d
@ -18,3 +18,7 @@ div#aspect-ratio-helper div {
|
||||
of vertical space to borders. */
|
||||
aspect-ratio: 16/8.5;
|
||||
}
|
||||
|
||||
#instructor-menu-list {
|
||||
margin-left: 55px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user