Merge branch 'fix/floating-attachment-remove-x' into 'develop'

Fix the floating 'remove attachment' icon on post status form.

See merge request !77
This commit is contained in:
Shpuld Shpuldson 2017-04-17 04:05:21 -04:00
commit 6b777482b6
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@
.attachments {
padding: 0.5em;
.attachment {
position: relative;
}
i {
position: absolute;
margin: 10px;