mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37: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;
|
padding: 0 8px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-button:hover, .bx-button.bx-focusable:focus {
|
.bx-button:hover, .bx-button.bx-focusable:focus {
|
||||||
@ -7184,6 +7185,8 @@ a.bx-button {
|
|||||||
line-height: var(--bx-button-height);
|
line-height: var(--bx-button-height);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-remote-play-button {
|
.bx-remote-play-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user