floating widgets data added

This commit is contained in:
2025-03-27 18:04:16 +05:30
parent dac7edb837
commit 2591de38da
14 changed files with 431 additions and 175 deletions

View File

@@ -14,7 +14,18 @@
border-radius: #{$border-radius-medium};
transition: all 0.2s;
z-index: #{$z-index-default};
.floating {
width: 100%;
max-width: 250px;
min-height: 83px;
background: var(--background-color);
border: 1.23px solid var(--border-color);
box-shadow: 0px 4.91px 4.91px 0px #0000001c;
border-radius: $border-radius-medium;
padding: 18px;
position: absolute;
z-index: 1000;
}
.scene-container {
overflow: hidden;
}
@@ -194,8 +205,6 @@
left: 0;
right: 0;
.panel-content {
display: flex;
flex-direction: row;
@@ -236,8 +245,8 @@
}
}
.playingFlase{
.zoon-wrapper{
.playingFlase {
.zoon-wrapper {
bottom: 300px !important;
}
}