mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-10 15:22:40 +01:00
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 {
|
.attachments {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
||||||
|
.attachment {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue