Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

BT/QTボタンのCSSの修正 #917

Merged
merged 3 commits into from
Apr 22, 2023
Merged

Conversation

leno3s
Copy link
Contributor

@leno3s leno3s commented Mar 30, 2023

いつも利用させていただいております。使い勝手が良くて重宝しています。

実際に利用していて気になった点があったので、パッチを書きました。よろしくお願いいたします。

起こった事

公開範囲が フォロワー限定 or ダイレクト のトゥートのとき、Boost/Quoteボタンが見えないが、マウスオーバーすると存在が確認できます。
また実際に押してイベントの発火ができます(もちろんBTはエラーになります)。

action-button-on-private-toot

原因

opacity: 0 でBoost/Quoteボタンを隠しているため、見た目でしか隠れていない。

対応

  • opacity: 0; ではなく visiblity: hidden; で隠すように変更
  • Quoteボタンは公開範囲関係なく実行が可能ため、隠さないように変更

cutls pushed a commit that referenced this pull request Apr 22, 2023
@cutls cutls merged commit 9b88fa9 into cutls:main Apr 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants