updating UI

This commit is contained in:
Nalvazhuthi
2025-05-03 10:03:39 +05:30
parent 52c6ab8a65
commit c187a07b22
10 changed files with 346 additions and 282 deletions

View File

@@ -67,8 +67,8 @@
min-width: 150px;
z-index: 3;
transform: translate(-50%, -10%);
transition: transform 0.5s linear;
pointer-events: all;
transition: all 0.3s linear;
&::-webkit-scrollbar {
display: none;
@@ -243,6 +243,7 @@
&:hover {
background: var(--highlight-accent-color);
width: 100%;
.label {
color: var(--accent-color);
}
@@ -619,6 +620,7 @@
.label {
color: var(--accent-color);
}
background: var(--highlight-accent-color);
width: 100%;
@@ -933,4 +935,4 @@
opacity: 0;
transform: scaleY(0);
}
}
}