mirror of
				https://github.com/redphx/better-xcloud.git
				synced 2025-11-04 07:54:05 +01:00 
			
		
		
		
	Fix button text's vertical alignment in WebView
This commit is contained in:
		@@ -71,9 +71,10 @@
 | 
			
		||||
 | 
			
		||||
    span {
 | 
			
		||||
        display: inline-block;
 | 
			
		||||
        height: calc(var(--bx-button-height) - 2px);
 | 
			
		||||
        height: var(--bx-button-height);
 | 
			
		||||
        line-height: var(--bx-button-height);
 | 
			
		||||
        vertical-align: middle;
 | 
			
		||||
        vertical-align: -webkit-baseline-middle;
 | 
			
		||||
        color: #fff;
 | 
			
		||||
        overflow: hidden;
 | 
			
		||||
        white-space: nowrap;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user