update
This commit is contained in:
@@ -187,7 +187,7 @@ const handleNavClick = (event) => {
|
||||
width: 100vw;
|
||||
height: 200vw;
|
||||
background-image: url('../assets/images/generate/select-template-bg.webp');
|
||||
background-size: cover;
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -195,6 +195,7 @@ const handleNavClick = (event) => {
|
||||
align-items: center;
|
||||
position: relative;
|
||||
min-height: -webkit-fill-available;
|
||||
margin-top: -4vw;
|
||||
}
|
||||
|
||||
.scene-item {
|
||||
|
||||
Reference in New Issue
Block a user