forked from AkkomaGang/akkoma-fe
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:
commit
6b777482b6
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
|||
.attachments {
|
||||
padding: 0.5em;
|
||||
|
||||
.attachment {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
i {
|
||||
position: absolute;
|
||||
margin: 10px;
|
||||
|
|
Loading…
Reference in a new issue