update
All checks were successful
Deploy Static Site / deploy (push) Successful in 7m33s

This commit is contained in:
2025-08-01 17:12:43 +04:00
parent 345ceafa80
commit 56a5d8ebe0

View File

@ -567,7 +567,6 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
position: absolute;
top: -3px;
right: 0;
padding-left: 8px;
padding-right: 0;
display: flex;
width: 0; /* Начальная ширина 0 */
@ -590,6 +589,10 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
border: 1px solid #e2e2e2;
padding: 10px 15px 10px 17px;
}
.nav-wrap {
margin-left: 8px;
}
}
@media (max-width: 900px) {
input[type="text"] {