1
0
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:
Manichand Kondapaka
2024-03-22 21:45:54 +05:30
committed by GitHub
parent 6b3eb83bff
commit b7a6e3b46d
5 changed files with 140 additions and 23 deletions

View File

@ -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;
}