Skip to content

Commit

Permalink
[Fix] InstanceTickerを有効にしても自インスタンスではティッカーを表示しない設定を通知欄にも適用
Browse files Browse the repository at this point in the history
- InstanceTickerを有効にするテーマの場合,はんドンクラブのティッカーは非表示にしていた
- これまでは適用範囲がHTL/FTL/LTLのみだったが,今回それに加えてnotificationも追加した
  • Loading branch information
highemerly committed Nov 3, 2020
1 parent 615e3f9 commit fb4a8f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/javascript/styles/mods/instance-ticker.scss
Expand Up @@ -4,3 +4,9 @@
.status a[href^='https://dev.handon.club/'] .display-name::after {
display: none !important ;
}
.notification a[href^='https://handon.club/'].notification__display-name::after {
display: none !important ;
}
.notification a[href^='https://dev.handon.club/'].notification__display-name::after {
display: none !important ;
}

0 comments on commit fb4a8f8

Please sign in to comment.