mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<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>
|
||||||
<div class="col-md-3 text-center">
|
<div class="col-md-3 text-center">
|
||||||
<button class="btn btn-primary" onclick="blocks.value=50;pixelate_all();">
|
<button class="btn btn-primary" onclick="blocks.value=50;pixelate_all();">
|
||||||
|
|
Loading…
Reference in a new issue