From: Eugen Rochko Date: Thu, 5 Mar 2020 14:52:15 +0000 (+0100) Subject: Add tooltips to audio/video player buttons (#13203) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=036ba3f51065a96cb9203a9ac5aa71d7d6edeebe;p=mastodon.git Add tooltips to audio/video player buttons (#13203) --- diff --git a/app/javascript/mastodon/features/audio/index.js b/app/javascript/mastodon/features/audio/index.js index fda5a074f..95c9c7751 100644 --- a/app/javascript/mastodon/features/audio/index.js +++ b/app/javascript/mastodon/features/audio/index.js @@ -214,8 +214,8 @@ class Audio extends React.PureComponent {
- - + +
  @@ -236,7 +236,7 @@ class Audio extends React.PureComponent {
- - + +
  @@ -517,11 +517,11 @@ class Video extends React.PureComponent {
- {(!onCloseVideo && !editable && !fullscreen) && } - {(!fullscreen && onOpenVideo) && } - {onCloseVideo && } - - + {(!onCloseVideo && !editable && !fullscreen) && } + {(!fullscreen && onOpenVideo) && } + {onCloseVideo && } + +