#author("2017-12-16T15:40:41+00:00","default:tumeda","tumeda")
#author("2018-01-29T18:11:12+00:00","default:tumeda","tumeda")
#contents

* Firefox Quantum以降のノウハウ [#q4fa033c]
** 多段タブ [#r3acf183]
+ [ヘルプ]-[トラブルシューティング情報]-[プロファイルフォルダー]からフォルダを開く
+ Chromeフォルダを作成し、そこで下記内容のuserChrome.cssファイルを作成
>.tabbrowser-tab {
>    flex-wrap:wrap;
>#titlebar-buttonbox {
>display: block !important;
>vertical-align: top !important;
>}
>.tabbrowser-tab,.tab-background {
>    height:29px;
>.tabbrowser-arrowscrollbox scrollbox {
>overflow: visible !important;
>}
>.tab-stack {
>    width: 100%;
>.tabbrowser-arrowscrollbox scrollbox > box {
>display: block !important;
>} 
>
>/* タブの高さ・横幅設定 */
>.tabbrowser-tab:not([pinned]) {
>min-height: 30px !important;
>max-height: 30px !important;
>min-width: 170px !important;
>}
>.tabbrowser-tabs .scrollbox-innerbox {
>    display: flex;
>    flex-wrap: wrap;
>.tabbrowser-tabs .tabbrowser-tab {
>vertical-align: top !important;
>-moz-box-sizing: border-box !important;
>min-height: 30px !important;
>max-height: 30px !important;
>}
>.tabbrowser-tabs .arrowscrollbox-scrollbox {
>    overflow: visible;
>    display: block;
>
>/* 新しいタブボタン設定 */
>.tabs-newtab-button {
>vertical-align: bottom !important;
>height: 30px !important;
>}
>.tabbrowser-tabs .scrollbutton-up,.tabbrowser-tabs .scrollbutton-down,#alltabs-button{
>    display: none;
>}

** タブの幅を変更 [#m30d43cb]
+ about:configを開き、browser.tabs.tabMinWidthに100とか入れる
** 検索窓からの検索結果を新しいタブで開く [#h9fa9379]
+ about:configを開き、browser.search.openintab をtrueにする


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS