feat(directory): fixed dropdown menu css

This commit is contained in:
Haoyu Xu
2023-06-25 05:48:00 -04:00
parent b19ace681a
commit 4f55a98713
4 changed files with 10 additions and 7 deletions

View File

@@ -80,11 +80,12 @@
}
}
.operator-fast-navigate {
.fast-navigate {
position: absolute;
right: -3rem;
bottom: -2rem;
right: -2em;
bottom: -1em;
font-size: 32px;
transform: translateY(2px);
}
.return-button {