Hide slideshows

This commit is contained in:
blankie 2023-11-06 20:20:00 +11:00
parent d5f992b7d8
commit 411ebb3ab6
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 7 additions and 0 deletions

View File

@ -218,6 +218,13 @@ a.ext-audiobutton { /* see hearthstone/wiki/Diablo_(Duels_hero) */
display: inline !important;
}
/* hide slideshows since they're broken
* example: ben10/wiki/Celestialsapien_(Classic)#Powers_and_Abilities
*/
.wikia-slideshow {
display: none;
}
/* animated slots */
#mw-content-text .animated > :not(.animated-active), #mw-content-text .animated > .animated-subframe > :not(.animated-active) {
display: inline-block;