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