little css tweaks
This commit is contained in:
parent
0fef80d126
commit
dc888cfa5f
6 changed files with 25 additions and 23 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue