mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-11 13:26:16 +00:00
@@ -109,8 +109,12 @@
|
||||
/></label
|
||||
>
|
||||
<label>Scroll Speed<input type="number" use:setting={{id: 25}} /></label>
|
||||
<label title="Bounces mouse by 1px every 60s if enabled"
|
||||
>Active Mouse<input type="checkbox" use:setting={{id: 24}} /></label
|
||||
<label>
|
||||
<span>
|
||||
Active Mouse
|
||||
<p>Bounces mouse by 1px every 60s if enabled</p></span
|
||||
>
|
||||
<input type="checkbox" use:setting={{id: 24}} /></label
|
||||
>
|
||||
<label
|
||||
>Poll Rate<span class="unit"><input type="number" use:setting={{id: 26, inverse: 1000}} />Hz</span
|
||||
@@ -198,6 +202,20 @@
|
||||
|
||||
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"]) {
|
||||
cursor: text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user