🎨
This commit is contained in:
		
							parent
							
								
									8a7ed1dc28
								
							
						
					
					
						commit
						21c1e086f9
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -287,7 +287,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
 | 
			
		|||
		z-index: 1000;
 | 
			
		||||
		bottom: 0;
 | 
			
		||||
		left: 0;
 | 
			
		||||
		padding: 12px 12px max(12px, calc(env(safe-area-inset-bottom, 0px) + 8px)) 12px;
 | 
			
		||||
		padding: 12px 12px max(12px, env(safe-area-inset-bottom, 0px)) 12px;
 | 
			
		||||
		display: grid;
 | 
			
		||||
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
 | 
			
		||||
		grid-gap: 8px;
 | 
			
		||||
| 
						 | 
				
			
			@ -333,6 +333,11 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
 | 
			
		|||
					opacity: 0.5;
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			&.post {
 | 
			
		||||
				background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
 | 
			
		||||
				color: var(--fgOnAccent);
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue