mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2025-01-11 06:45:52 +01:00
fix attachment remove pointer
This commit is contained in:
parent
a50cd7e37d
commit
7495c6b698
@ -511,7 +511,7 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.attachments .media-upload-wrapper{
|
||||
.attachments .media-upload-wrapper {
|
||||
padding: 0 0.5em;
|
||||
|
||||
.attachment {
|
||||
@ -531,6 +531,7 @@
|
||||
border-radius: $fallback--attachmentRadius;
|
||||
border-radius: var(--attachmentRadius, $fallback--attachmentRadius);
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user