mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2025-01-28 00:10:12 +01:00
restored "progress" cursor indicator for loading nsfw images
This commit is contained in:
parent
e58221fb87
commit
fb7f65481e
@ -51,6 +51,10 @@
|
||||
|
||||
.nsfw-placeholder {
|
||||
cursor: pointer;
|
||||
|
||||
&.loading {
|
||||
cursor: progress;
|
||||
}
|
||||
}
|
||||
|
||||
.small-attachment {
|
||||
@ -88,10 +92,6 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
&.loading {
|
||||
cursor: progress;
|
||||
}
|
||||
|
||||
.hider {
|
||||
position: absolute;
|
||||
margin: 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user