feat(directory): fixed dropdown menu css

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

View File

@@ -13,10 +13,12 @@
width: 3rem;
height: 3rem;
opacity: 0;
visibility: hidden;
transition: opacity cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
&.show {
opacity: 1;
visibility: unset;
}
.bar {