mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-09 07:28:21 +01:00
[design] improve theme radius default
This commit is contained in:
parent
162a8b82a4
commit
0bdbfee545
@ -1315,7 +1315,7 @@
|
||||
<div class="input-wrap">
|
||||
<label for="control-theme-radius">Radius</label>
|
||||
<div class="form-group form-group-block mb-0">
|
||||
<input id="control-theme-radius" class="control-theme-radius mr-3" type="range" min="0" max="300" value="0" step="10" tabindex="-1">
|
||||
<input id="control-theme-radius" class="control-theme-radius mr-3" type="range" min="0" max="300" value="0" step="5" tabindex="-1">
|
||||
<div class="control-theme-radius-count form-group-text form-group-medium form-group-radius-left"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2466,7 +2466,7 @@ var control = (function() {
|
||||
element: helper.e(".control-theme-radius-default"),
|
||||
type: "button",
|
||||
func: function() {
|
||||
mod.setValue("theme.radius", 0.2);
|
||||
mod.setValue("theme.radius", 0.25);
|
||||
theme.render.radius();
|
||||
render.update();
|
||||
}
|
||||
|
@ -219,7 +219,7 @@ var state = (function() {
|
||||
}
|
||||
},
|
||||
style: "dark",
|
||||
radius: 0.2
|
||||
radius: 0.25
|
||||
},
|
||||
background: {
|
||||
color: {
|
||||
|
Loading…
Reference in New Issue
Block a user