updated data panel and added zones

This commit is contained in:
Nalvazhuthi
2025-03-17 11:38:11 +05:30
parent 4e43fe1aba
commit 2da7011462
4 changed files with 172 additions and 79 deletions

View File

@@ -38,6 +38,34 @@
height: 600px;
background-color: rgb(235, 235, 235);
margin: 0 30px;
.zoon-wrapper {
display: flex;
background-color: #E0DFFF80;
position: absolute;
bottom: 10px;
left: 50%;
transform: translate(-50%, 0);
gap: 6px;
padding: 4px;
border-radius: 8px;
max-width: 80%;
overflow: auto;
&::-webkit-scrollbar {
display: none;
}
.zone {
width: auto;
background-color: #FCFDFD;
border-radius: 6px;
padding: 4px 8px;
white-space: nowrap;
}
}
}
// + button
@@ -388,6 +416,10 @@
flex-direction: column;
gap: 5px;
align-items: center;
.active {
// background-color: red;
}
}
.icon {
@@ -426,6 +458,7 @@
.extra-buttons {
display: flex;
flex-direction: row;
}
}