From 61d28203420120aa0df009212bae6614b66c2ad8 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sat, 17 Jun 2023 00:16:11 +1200 Subject: [PATCH] fix some more play buttons on minecraft wiki --- static/main.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/main.css b/static/main.css index 9414470..1641886 100644 --- a/static/main.css +++ b/static/main.css @@ -210,10 +210,13 @@ figcaption, .lightbox-caption, .thumbcaption { display: block; } -/* javascript audio play buttons, see hearthstone/wiki/Diablo_(Duels_hero) */ -a.ext-audiobutton { +/* javascript audio play buttons */ +a.ext-audiobutton { /* see hearthstone/wiki/Diablo_(Duels_hero) */ display: none; } +.sound > [style="display:none"] { /* see minecraft/wiki/villager#Sounds */ + display: inline !important; +} /* animated slots */ #mw-content-text .animated > :not(.animated-active), #mw-content-text .animated > .animated-subframe > :not(.animated-active) {