merged to main

This commit is contained in:
Nalvazhuthi
2025-04-09 18:08:23 +05:30
19 changed files with 572 additions and 300 deletions

View File

@@ -68,17 +68,16 @@
display: flex;
background-color: var(--background-color);
position: absolute;
bottom: 10px;
bottom: 0px;
left: 50%;
gap: 6px;
border-radius: 8px;
max-width: 80%;
overflow: auto;
max-width: calc(100% - 500px);
min-width: 150px;
z-index: 3;
transform: translate(-50%, -0%);
transform: translate(-50%, -10%);
&::-webkit-scrollbar {
display: none;