mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-07-31 18:36:44 +02:00
Fix button styles in WebView
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
height: var(--bx-button-height);
|
||||
/* height: var(--bx-button-height); */
|
||||
line-height: var(--bx-button-height);
|
||||
vertical-align: middle;
|
||||
/* vertical-align: -webkit-baseline-middle; */
|
||||
|
@@ -37,7 +37,7 @@
|
||||
.bx-badge-name, .bx-badge-value {
|
||||
display: inline-block;
|
||||
padding: 0 8px;
|
||||
height: 30px;
|
||||
/* height: 30px; */
|
||||
line-height: 30px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
Reference in New Issue
Block a user