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
|
@ -283,3 +283,10 @@ color: white;
|
||||||
#badPasswordAlert {
|
#badPasswordAlert {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* VM0 Blur */
|
||||||
|
div[data-cvm-node=vm0b0t] {
|
||||||
|
img {
|
||||||
|
filter:blur(40px)!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue