fix: help window animation
This commit is contained in:
+4
-4
@@ -184,15 +184,15 @@
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
#sqlInpt {
|
||||
position: relative;
|
||||
.sqlInpt {
|
||||
margin: 3.5rem;
|
||||
background-color: rgb(0 0 0 / 85%);
|
||||
padding: 0.5rem 1.5rem;
|
||||
text-align: left;
|
||||
width: auto;
|
||||
width: clamp(40rem, 35%, 60rem);
|
||||
height: 22rem;
|
||||
transition: 1s;
|
||||
display: flex;
|
||||
}
|
||||
.slideinInpt {
|
||||
transition: 1s;
|
||||
@@ -317,7 +317,7 @@
|
||||
}
|
||||
|
||||
.navigation{
|
||||
width: 18%;
|
||||
width: 19.5rem;
|
||||
height: clamp(27rem, 65%, 39rem);
|
||||
padding: 0;
|
||||
top: 17.5%;
|
||||
|
||||
Reference in New Issue
Block a user