Home > B.B.S. / Reload

B.B.S. 掲示板

Articles

3320 Re: サイドバー内のタブの長さが固定になってしまっている

  • Name: killiha
  • Date: 2022/12/02 19:38
  • Re: 3319
  • TSTの設定のユーザースタイル定義は未指定でしょうか?

ユーザースタイル定義というのはオプションの詳細設定の項目にある「TSTが提供する追加のスタイル指定〜〜」の部分のことでしょうか。
特に書き換えた覚えは無いのですがこのような記述でした。

/* Show title of unread tabs with red and italic font */
/*
:root.sidebar tab-item.unread .label-content {
  color: red !important;
  font-style: italic !important;
}
*/

/* Add private browsing indicator per tab */
/*
:root.sidebar tab-item.private-browsing tab-label:before {
  content: "🕶";
}
*/

  • userContent.cssには影響を及ぼしそうな指定はないでしょうか?

userContent.cssは使用していません。
またuserChrome.cssを削除して再起動しましたが変わりはありませんでした。

  • userChrome.jsの類を使用していないでしょうか?

使用していません。

Last modified: unknown