mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Update layout
This commit is contained in:
parent
d8e87e5c2c
commit
2db246e081
@ -103,7 +103,7 @@
|
||||
|
||||
label {
|
||||
align-self: center;
|
||||
margin-bottom: 0;
|
||||
margin: 0 4px 0;
|
||||
}
|
||||
|
||||
.bx-setting-control {
|
||||
|
@ -195,10 +195,10 @@
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.bx-shortcut-note {
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
.bx-select {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 0 1 auto;
|
||||
|
||||
select {
|
||||
display: none !important;
|
||||
@ -46,7 +47,8 @@
|
||||
border: none;
|
||||
display: inline-flex;
|
||||
cursor: pointer;
|
||||
height: 30px;
|
||||
min-height: 30px;
|
||||
font-size: 0.9rem;
|
||||
align-items: center;
|
||||
|
||||
span {
|
||||
|
@ -644,7 +644,7 @@ export class Preferences {
|
||||
min: 0,
|
||||
max: 10,
|
||||
params: {
|
||||
hideSlider: true,
|
||||
exactTicks: 2,
|
||||
customTextValue: (value: any) => {
|
||||
value = parseInt(value);
|
||||
return value === 0 ? t('off') : value.toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user