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 {
|
.nsfw-placeholder {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
&.loading {
|
||||||
|
cursor: progress;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-attachment {
|
.small-attachment {
|
||||||
|
@ -88,10 +92,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.loading {
|
|
||||||
cursor: progress;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hider {
|
.hider {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|
Loading…
Reference in a new issue