Feat(Menu): Add drop mask

Add drop mask to menu. Optimize tool description.
This commit is contained in:
2024-04-30 15:22:54 +08:00
parent af8e901098
commit 929b2f3b91
8 changed files with 95 additions and 20 deletions

View File

@@ -23,6 +23,7 @@
.version {
width: 0;
transition: all 0.2s;
}
.operation {
@@ -30,6 +31,7 @@
font-size: 1.6em;
gap: 4px;
opacity: 0;
transition: all 0.2s;
> *:hover {
color: constants.$font-secondary-color;