fix attachment input position

This commit is contained in:
twisterarmy 2025-04-27 02:42:10 +03:00
parent 3c1621dade
commit e61ce0051a
2 changed files with 8 additions and 0 deletions

View File

@ -3620,3 +3620,7 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a {
color: #B3B5B7;
margin: 0 2px 0;
}
.post-area-attach {
float: left
}

View File

@ -3641,4 +3641,8 @@ ul.dropdown-menu .active, ul.dropdown-menu .active a {
.modal-wrapper.following-modal ol {
text-align: center;
}
.post-area-attach {
float: left
}