forked from AkkomaGang/akkoma-fe
Make X icon parent position: relative; to prevent it from floating on its own.
This commit is contained in:
parent
ceb2c814ae
commit
ca8755a6f3
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