Fix button styles in WebView

This commit is contained in:
redphx 2024-06-01 18:23:14 +07:00
parent ba07e0498e
commit c9b070253c
2 changed files with 2 additions and 2 deletions

View File

@ -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; */

View File

@ -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;
}