阅读:5023回复:16
多行显示标签页扩展,失效 (以解决)
卡在65版很久了,一直不敢往上升,主要就是这个失效,过了这么久是不是有解决或替代办法了?
----多行显示标签页扩展---- *AGENT_SHEET*/ /* Firefox 57+ userChrome.css tweaks ****************************************************/ /* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ /* by Aris (aris-addons@gmx.net)*********************************************************/ /* Github: https://github.com/aris-t2/customcssforfx ************************************/ /****************************************************************************************/ /****************************************************************************************/ /* multirow / multiple tab lines - modified for CustomCSSforFx **************************/ /* all credits go to the original author: https://00.bulog.jp/archives/1476 *************/ /****************************************************************************************/ /* titlebar buttons */ #titlebar-buttonbox { vertical-align: top !important; display: block !important; } .tabbrowser-arrowscrollbox scrollbox { overflow: visible !important; } .tabbrowser-arrowscrollbox scrollbox > box { display: block !important; } /* titlebar button height */ toolbarbutton.titlebar-button { min-height: 31px !important; } /* tabs end position */ .tabbrowser-tabs { -moz-margin-end: -41px !important; } /* tab size */ .tabbrowser-tab[pinned] { min-height: 26px !important; max-height: 26px !important; } .tabbrowser-tab:not([pinned]) { min-height: 26px !important; max-height: 26px !important; } .tabbrowser-tabs .tabbrowser-tab { vertical-align: top !important; -moz-box-sizing: border-box !important; min-height: 26px !important; max-height: 26px !important; } /* 'new tab' tab size */ .tabs-newtab-button { vertical-align: bottom !important; height: 27px !important; } |
|
最新喜欢:![]() |
1楼#
发布于:2020-09-27 10:23
|
|
2楼#
发布于:2020-09-24 14:17
danielyin:升级到81.0,失效了。回到原帖关注作者发布页啊。???? https://github.com/Aris-t2/CustomCSSforFx/tree/master/classic/css/tabs ![]() |
|
3楼#
发布于:2020-09-24 11:00
升级到81.0,失效了。
|
|
4楼#
发布于:2019-12-11 18:11
76行的 height: 100%; 这段在71+似乎没效果了..
他是可以调整页签的高矮度 |
|
5楼#
发布于:2019-12-11 10:32
|
|
|
6楼#
发布于:2019-12-11 09:13
|
|
7楼#
发布于:2019-12-09 10:15
更新71后 失效了,请问能修复下吗 谢谢
|
|
|
8楼#
发布于:2019-10-07 13:00
|
|
|
9楼#
发布于:2019-10-06 22:18
|
|
10楼#
发布于:2019-10-06 20:09
|
|
|
11楼#
发布于:2019-10-06 17:27
|
|
12楼#
发布于:2019-10-05 18:55
|
|
|
13楼#
发布于:2019-10-05 18:09
/取消关闭分页的按钮/
#TabsToolbar #tabbrowser-tabs .tabbrowser-tab:not([pinned]) .tab-close-button { visibility: hidden !important; display: block !important; opacity: 0 !important; -moz-margin-end: -16px !important;} #TabsToolbar #tabbrowser-tabs .tabbrowser-tab[pinned] .tab-close-button { visibility: hidden !important; display: block !important; opacity: 0 !important; -moz-margin-start: -18px !important;} 试看看 |
|
14楼#
发布于:2019-09-27 19:35
|
|
|
上一页
下一页