header rewrite done

This commit is contained in:
YasinOnm08 2024-09-25 12:35:17 +02:00
parent 0fd7a9bb7f
commit 9b3a0bbc83
5 changed files with 51 additions and 7 deletions

View file

@ -1,7 +1,6 @@
/* container.css */
.container,
.content {
padding-top: 10vh;
display: flex;
height: 100vh;
width: 100vw;
@ -10,6 +9,7 @@
}
.left-panel {
margin-top: 10vh;
width: 25vw; /* Adjust as needed */
transition: width 0.3s ease, opacity 0.3s ease, visibility 0.3s ease; /* Smooth transitions for all properties */
background-color: var(--left-panel-background-color); /* Use variable for background color */
@ -25,6 +25,7 @@
}
.conversation-container {
margin-top: 10vh;
flex: 1;
transition: margin-left 0.3s ease; /* Smooth margin adjustment */
background-color: var(--conversation-background-color); /* Use variable for background color */