fix: use calc instead of list.slash
This commit is contained in:
		@ -2,7 +2,7 @@
 | 
			
		||||
// Advertisements
 | 
			
		||||
// ==========================================================================
 | 
			
		||||
 | 
			
		||||
@use 'sass:list';
 | 
			
		||||
@use 'sass:math';
 | 
			
		||||
 | 
			
		||||
.plyr__ads {
 | 
			
		||||
  border-radius: inherit;
 | 
			
		||||
@ -49,7 +49,7 @@
 | 
			
		||||
  display: block;
 | 
			
		||||
  height: $plyr-range-track-height;
 | 
			
		||||
  left: 0;
 | 
			
		||||
  margin: -(list.slash($plyr-range-track-height, 2)) 0 0;
 | 
			
		||||
  margin: -calc($plyr-range-track-height / 2) 0 0;
 | 
			
		||||
  opacity: 0.8;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 50%;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user