add: automatically stop all user ads when user cannot afford transfer
This commit is contained in:
parent
2cb7d08ddc
commit
59bccd9474
4 changed files with 70 additions and 26 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
.display_tag {
|
||||
position: absolute;
|
||||
bottom: 0.5rem;
|
||||
top: 0.5rem;
|
||||
left: 0.5rem;
|
||||
padding: 0.15rem 0.5rem;
|
||||
background: hsla(0, 0%, 0%, 50%);
|
||||
|
@ -59,4 +59,5 @@
|
|||
pointer-events: none;
|
||||
border-radius: 0.4rem;
|
||||
box-shadow: 0 0 2px hsla(0, 0%, 0%, 25%);
|
||||
opacity: 25%;
|
||||
}"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue