mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Truncate long headers in Stream Settings dialog (#215)
This commit is contained in:
parent
0c45a7705d
commit
2fb61c1c44
@ -7773,6 +7773,9 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
||||
flex: 1;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bx-quick-settings-tab-contents h2 a {
|
||||
|
Loading…
x
Reference in New Issue
Block a user