mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [domain explorer] increase default blur
This commit is contained in:
parent
8f65fd5fe7
commit
c04b24df53
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
</button>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<input class="custom-range mt-2" id="blocks" type="range" min="1" max="50" value="5">
|
||||
<input class="custom-range mt-2" id="blocks" type="range" min="1" max="50" value="3">
|
||||
</div>
|
||||
<div class="col-md-3 text-center">
|
||||
<button class="btn btn-primary" onclick="blocks.value=50;pixelate_all();">
|
||||
|
|
Loading…
Reference in a new issue