little css tweaks

This commit is contained in:
YasinOnm08 2024-09-25 13:33:46 +02:00
parent 0fef80d126
commit dc888cfa5f
6 changed files with 25 additions and 23 deletions

View file

@ -9,7 +9,7 @@
}
.left-panel {
margin-top: 10vh;
margin-top: 5em;
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,7 +25,7 @@
}
.conversation-container {
margin-top: 10vh;
margin-top: 5em;
flex: 1;
transition: margin-left 0.3s ease; /* Smooth margin adjustment */
background-color: var(--conversation-background-color); /* Use variable for background color */