css progress done

This commit is contained in:
YasinOnm08 2024-09-30 16:11:01 +02:00
parent 9bee0d7774
commit 4590593d73
12 changed files with 48 additions and 34 deletions

View file

@ -2,8 +2,8 @@
.container{
display: flex;
width: 100vw;
height: 100vh;
padding-top: 12vh;
height: 90dvh;
padding-top: 1dvh;
}
.left-panel {
@ -19,6 +19,7 @@
opacity: 0; /* Fade out when hidden */
width: 0; /* Collapse width to 0 */
visibility: hidden; /* Hide visibility while collapsing */
}
.conversation-container {
@ -26,10 +27,10 @@
transition: margin-left 0.3s ease; /* Smooth margin adjustment */
background-color: var(--conversation-background-color); /* Use variable for background color */
border-radius: 1em 0 0 0;
height: 100%;
}
.conversation-container.collapsed {
margin-left: 1vw; /* Space for the left panel */
bottom: 0;
}