fix: help window animation

This commit is contained in:
2025-04-07 21:56:35 +03:00
parent 5a17934843
commit 734f481715
3 changed files with 18 additions and 23 deletions
+4 -4
View File
@@ -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%;