Skip to content

Commit 7216496

Browse files
authored
Merge pull request #4649 from crazyserver/MOBILE-4842
MOBILE-4842 reading-mode: Hide audio when hide media is enabled
2 parents 2ed90a2 + 9950f84 commit 7216496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/components/reading-mode.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body.core-reading-mode-enabled {
3535

3636
&.core-reading-mode-multimedia-hidden {
3737
ion-content.core-reading-mode-content {
38-
img, video, iframe, core-iframe, .core-iframe-help {
38+
img, video, audio, iframe, core-iframe, .core-iframe-help {
3939
display: none !important;
4040
}
4141
}

0 commit comments

Comments
 (0)