attachment box style fix

This commit is contained in:
Yuri Kuznetsov
2025-07-21 16:42:42 +03:00
parent b668f54a68
commit e2f0341eea
+4 -4
View File
@@ -1987,11 +1987,11 @@ label.attach-file-label {
}
+ .uploading-message {
display: inline-block;
display: block;
margin-bottom: var(--3px);
color: var(--gray-soft);
position: relative;
top: var(--minus-2px);
//position: relative;
//top: var(--minus-2px);
}
}
@@ -3330,7 +3330,7 @@ table.table td.cell .html-container {
color: @brand-danger;
}
.attachments {
width: 270px;
width: var(--300px);
}
.stream-post-preview {