Prevent metadata overflowing on painting page
This commit is contained in:
		@@ -376,6 +376,10 @@ article .gallery img {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Painting */
 | 
					/* Painting */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					article.painting {
 | 
				
			||||||
 | 
					    width:unset;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
article.painting .container {
 | 
					article.painting .container {
 | 
				
			||||||
    display:flex;
 | 
					    display:flex;
 | 
				
			||||||
    flex-direction:row;
 | 
					    flex-direction:row;
 | 
				
			||||||
@@ -394,13 +398,14 @@ article.painting .container img {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
article.painting .container ul.metadata {
 | 
					article.painting .container ul.metadata {
 | 
				
			||||||
    width:15vw;
 | 
					 | 
				
			||||||
    display:block;
 | 
					    display:block;
 | 
				
			||||||
    margin:auto;
 | 
					    margin:auto;
 | 
				
			||||||
    margin-left:0;
 | 
					    margin-left:0;
 | 
				
			||||||
    position:absolute;
 | 
					    position:absolute;
 | 
				
			||||||
    bottom:0;
 | 
					    bottom:0;
 | 
				
			||||||
    list-style-type:square;
 | 
					    list-style-type:square;
 | 
				
			||||||
 | 
					    padding-left: 1.5rem;
 | 
				
			||||||
 | 
					    list-style-position:outside;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
article.painting .container ul.metadata .metadata-help {
 | 
					article.painting .container ul.metadata .metadata-help {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user