You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Fix rounded progress bars
This commit is contained in:
		@@ -178,7 +178,7 @@ limitations under the License.
 | 
				
			|||||||
                height: 8px;
 | 
					                height: 8px;
 | 
				
			||||||
                width: 100%;
 | 
					                width: 100%;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                @mixin ProgressBarBorderRadius "8px";
 | 
					                @mixin ProgressBarBorderRadius 8px;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            .mx_AddExistingToSpaceDialog_progressText {
 | 
					            .mx_AddExistingToSpaceDialog_progressText {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -21,7 +21,7 @@ progress.mx_ProgressBar {
 | 
				
			|||||||
    appearance: none;
 | 
					    appearance: none;
 | 
				
			||||||
    border: none;
 | 
					    border: none;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @mixin ProgressBarBorderRadius "6px";
 | 
					    @mixin ProgressBarBorderRadius 6px;
 | 
				
			||||||
    @mixin ProgressBarColour $progressbar-fg-color;
 | 
					    @mixin ProgressBarColour $progressbar-fg-color;
 | 
				
			||||||
    @mixin ProgressBarBgColour $progressbar-bg-color;
 | 
					    @mixin ProgressBarBgColour $progressbar-bg-color;
 | 
				
			||||||
    ::-webkit-progress-value {
 | 
					    ::-webkit-progress-value {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user