css tweaks
This commit is contained in:
parent
24c1957fb9
commit
76da851dcb
4 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
/* container.css */
|
||||
.container {
|
||||
padding-top: 10vh;
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
|
@ -8,7 +9,7 @@
|
|||
}
|
||||
|
||||
.left-panel {
|
||||
width: 30vw; /* Adjust as needed */
|
||||
width: 25vw; /* Adjust as needed */
|
||||
transition: width 0.3s ease, visibility 0.3s ease; /* Transition for width, opacity, and visibility */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue