attachment box style fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user