feat(directory): add a fast navigation menu

This commit is contained in:
Haoyu Xu
2023-06-23 12:28:35 -04:00
parent 145407f30f
commit 3e628ca887
4 changed files with 101 additions and 19 deletions

View File

@@ -76,6 +76,13 @@
}
}
.operator-fast-navigate {
position: absolute;
right: -3rem;
bottom: -2rem;
font-size: 32px;
}
.return-button {
position: absolute;
right: -4rem;