mirror of
https://github.com/computernewb/collab-vm-1.2-webapp.git
synced 2025-01-22 19:03:02 -05:00
Add VM0 blur
this might not be the best way to do this. Maybe in the future ill add a config option to make some VMs nsfw. For now this is fine
This commit is contained in:
parent
edf56a5652
commit
5cbfe9f1b5
1 changed files with 8 additions and 1 deletions
|
@ -282,4 +282,11 @@ color: white;
|
|||
|
||||
#badPasswordAlert {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* VM0 Blur */
|
||||
div[data-cvm-node=vm0b0t] {
|
||||
img {
|
||||
filter:blur(40px)!important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue