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