forked from AkkomaGang/akkoma-fe
restored "progress" cursor indicator for loading nsfw images
This commit is contained in:
parent
e58221fb87
commit
fb7f65481e
1 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue