Commit 6e54719474 moved the Mastodon
variables and mixins deeper in the directory hierarchy; this commit
brings the glitch components in line with that change.
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			171 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			171 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import 'styles/mastodon/variables';
 | 
						|
 | 
						|
.glitch.local-settings__page {
 | 
						|
  display: block;
 | 
						|
  flex: auto;
 | 
						|
  padding: 15px 20px 15px 20px;
 | 
						|
  width: 360px;
 | 
						|
  overflow-y: auto;
 | 
						|
}
 |