mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-08 06:08:27 +02:00
Render controller customization summary
This commit is contained in:
@@ -69,3 +69,21 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bx-controller-customization-summary {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 8px;
|
||||
margin-top: 10px;
|
||||
|
||||
span {
|
||||
font-family: var(--bx-promptfont);
|
||||
font-size: 24px;
|
||||
border-radius: 6px;
|
||||
background: #131313;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user