Template:FeaturedGallery/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
(Created page with "→‎remove "display thumbnails" button as it doesn't work in our layout: span.oo-ui-widget:nth-child(2) > a:nth-child(1){ display:none }")
imported>Hb1290
No edit summary
Line 2: Line 2:
span.oo-ui-widget:nth-child(2) > a:nth-child(1){
span.oo-ui-widget:nth-child(2) > a:nth-child(1){
     display:none
     display:none
}
/*Regulate image heights to prevent overflow on larger images such as filmstrips*/
.mw-gallery-slideshow-img-container img {
    height:350px
}
}

Revision as of 02:56, 18 September 2021

/*remove "display thumbnails" button as it doesn't work in our layout*/ 
span.oo-ui-widget:nth-child(2) > a:nth-child(1){
    display:none
}
/*Regulate image heights to prevent overflow on larger images such as filmstrips*/
.mw-gallery-slideshow-img-container img {
    height:350px
}