mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 19:12:51 +00:00
@@ -109,8 +109,12 @@
|
|||||||
/></label
|
/></label
|
||||||
>
|
>
|
||||||
<label>Scroll Speed<input type="number" use:setting={{id: 25}} /></label>
|
<label>Scroll Speed<input type="number" use:setting={{id: 25}} /></label>
|
||||||
<label title="Bounces mouse by 1px every 60s if enabled"
|
<label>
|
||||||
>Active Mouse<input type="checkbox" use:setting={{id: 24}} /></label
|
<span>
|
||||||
|
Active Mouse
|
||||||
|
<p>Bounces mouse by 1px every 60s if enabled</p></span
|
||||||
|
>
|
||||||
|
<input type="checkbox" use:setting={{id: 24}} /></label
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
>Poll Rate<span class="unit"><input type="number" use:setting={{id: 26, inverse: 1000}} />Hz</span
|
>Poll Rate<span class="unit"><input type="number" use:setting={{id: 26, inverse: 1000}} />Hz</span
|
||||||
@@ -198,6 +202,20 @@
|
|||||||
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
|
> input[type="number"] {
|
||||||
|
border-radius: 16px 4px 4px 16px;
|
||||||
|
height: 24px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
&:last-child:not(:only-child) {
|
||||||
|
border-radius: 4px 16px 16px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:only-child {
|
||||||
|
border-radius: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:has(input[type="number"]) {
|
&:has(input[type="number"]) {
|
||||||
cursor: text;
|
cursor: text;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user