Compare commits
No commits in common. "e90eeead462647b8663733530428c0f59e38116a" and "30edc6e7959fe963f46c61b502fff3ceb1f4bbc0" have entirely different histories.
e90eeead46
...
30edc6e795
3 changed files with 6 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
/* container.css */
|
/* container.css */
|
||||||
.container {
|
.container {
|
||||||
padding-top: 10vh;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
@ -9,7 +8,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-panel {
|
.left-panel {
|
||||||
width: 25vw; /* Adjust as needed */
|
width: 30vw; /* Adjust as needed */
|
||||||
transition: width 0.3s ease, visibility 0.3s ease; /* Transition for width, opacity, and visibility */
|
transition: width 0.3s ease, visibility 0.3s ease; /* Transition for width, opacity, and visibility */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
background-color: var(--models-background-color);
|
background-color: var(--models-background-color);
|
||||||
border-radius: 2em;
|
border-radius: 2em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
margin-left: 1em;
|
margin: 1em;
|
||||||
height: 40vh;
|
height: 50vh;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 0.7em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
|
@ -48,7 +47,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid h3 {
|
.grid h3 {
|
||||||
font-size: large;
|
font-size: x-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
.model-box {
|
.model-box {
|
||||||
|
|
|
@ -9,11 +9,11 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
font-size: 1em;
|
font-size: 1.2em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
width: 100% -2em;
|
width: 100% -2em;
|
||||||
height: 70vh;
|
height: 80vh;
|
||||||
margin-bottom: 1vh;
|
margin-bottom: 1vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue