mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-04 22:57:19 +02:00
Cut off button's label when it's too long
This commit is contained in:
parent
f560c225de
commit
401f8def06
@ -7125,6 +7125,7 @@ a.bx-button {
|
||||
padding: 0 8px;
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bx-button:hover, .bx-button.bx-focusable:focus {
|
||||
@ -7184,6 +7185,8 @@ a.bx-button {
|
||||
line-height: var(--bx-button-height);
|
||||
vertical-align: middle;
|
||||
color: #fff;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bx-remote-play-button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user