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