Column-gap for everyone! Not just stickyside pages.
This commit is contained in:
		
							parent
							
								
									ced98d0c42
								
							
						
					
					
						commit
						6635a1e740
					
				
					 2 changed files with 1 additions and 3 deletions
				
			
		|  | @ -82,6 +82,7 @@ body | ||||||
|     grid-area: content_body; |     grid-area: content_body; | ||||||
|     display: grid; |     display: grid; | ||||||
|     grid-auto-rows: min-content; |     grid-auto-rows: min-content; | ||||||
|  |     grid-column-gap: 8px; | ||||||
| 
 | 
 | ||||||
|     margin: 8px; |     margin: 8px; | ||||||
|     margin-top: 0; |     margin-top: 0; | ||||||
|  | @ -122,14 +123,12 @@ pre | ||||||
|     grid-template: |     grid-template: | ||||||
|         "left right" |         "left right" | ||||||
|         /var(--size_sticky_side) 1fr; |         /var(--size_sticky_side) 1fr; | ||||||
|     grid-column-gap: 8px; |  | ||||||
| } | } | ||||||
| #content_body.sticky_side_right | #content_body.sticky_side_right | ||||||
| { | { | ||||||
|     grid-template: |     grid-template: | ||||||
|         "left right" |         "left right" | ||||||
|         /1fr var(--size_sticky_side); |         /1fr var(--size_sticky_side); | ||||||
|     grid-column-gap: 8px; |  | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #content_body.sticky_side_left #left, | #content_body.sticky_side_left #left, | ||||||
|  |  | ||||||
|  | @ -76,7 +76,6 @@ | ||||||
|     grid-area: right; |     grid-area: right; | ||||||
|     flex: 1; |     flex: 1; | ||||||
| 
 | 
 | ||||||
|     padding: 8px; |  | ||||||
|     /* Keep the prev-next buttons from scraping the floor */ |     /* Keep the prev-next buttons from scraping the floor */ | ||||||
|     padding-bottom: 30px; |     padding-bottom: 30px; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue