mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 21:28:27 +02:00
Make Stream settings dialog controller-friendly
This commit is contained in:
@@ -73,10 +73,10 @@
|
||||
|
||||
button.bx-button {
|
||||
border: none;
|
||||
height: 30px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
padding: 0;
|
||||
line-height: 30px;
|
||||
line-height: 24px;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
font-weight: bold;
|
||||
@@ -85,7 +85,8 @@
|
||||
|
||||
&.bx-inactive {
|
||||
pointer-events: none;
|
||||
opacity: 0.1;
|
||||
opacity: 0.2;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
span {
|
||||
|
Reference in New Issue
Block a user