forked from React-Group/interstellar_ai
CSS hot fixes
This commit is contained in:
parent
d1aa5015d8
commit
4342e9a269
2 changed files with 4 additions and 4 deletions
|
@ -49,8 +49,8 @@
|
||||||
border-radius: 5%;
|
border-radius: 5%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 18vh;
|
height: 8vw;
|
||||||
width: 18vh;
|
width: 8vw;
|
||||||
margin: auto; /* Center each model box in the grid cell */
|
margin: auto; /* Center each model box in the grid cell */
|
||||||
}
|
}
|
||||||
.model-box.selected {
|
.model-box.selected {
|
||||||
|
|
|
@ -57,8 +57,8 @@
|
||||||
}
|
}
|
||||||
/* Model box styles */
|
/* Model box styles */
|
||||||
.model-box {
|
.model-box {
|
||||||
max-width: none; /* Remove max-width */
|
width: 50vw;
|
||||||
margin: 0 auto; /* Center each model-box */
|
height: 50vw;
|
||||||
}
|
}
|
||||||
/* Input styles */
|
/* Input styles */
|
||||||
.input {
|
.input {
|
||||||
|
|
Loading…
Reference in a new issue