查看: 1238|回复: 1
收起左侧

[求助] 如何完善66版多行标签?

[复制链接]
smarts
发表于 2019-5-19 11:11:02 | 显示全部楼层 |阅读模式
标签栏已移动到地址栏下面,单行正常,多行效果如图,如何完善 2019-05-19_110511.jpg
脚本如下
/*标签宽度设置*/

.tabbrowser-tab[fadein]:not([pinned]) {
    min-width: 80px !important;
    max-width: 120px !important;


}

/*标签高度*/
.tabbrowser-tab {
    min-height: 24px !important;
    max-height: 24px !important;
}
/*仅当前标签页显示关闭按钮*/
.tabbrowser-tab:not([selected]):not([pinned]) .tab-close-button {
    display: none !important;
}
.tabbrowser-tab:not([selected]):not([pinned]):hover .tab-close-button {
    display: -moz-box !important;
}
.tab-close-button {
    padding: 2px !important;
    margin-right: -3px !important;
    -moz-image-region: rect(0px, 16px, 16px, 0px) !important;
    list-style-image: url("../image/tabclose.png") !important;
}

/*除移非最大化窗口时标签前的空隔*/

/*标签页放下面*/

@namespace url("<a href="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" rel="nofollow">http://www.mozilla.org/keymaster ... .only.xul</a>");
/* only needed once
*/
/* TABS: on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}
#TabsToolbar {
position: absolute!important;
bottom: 0!important;
width: 100vw!important;
}
#tabbrowser-tabs {
width: 100vw!important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height)!important;}
/* TABS: height */
:root {
--tab-toolbar-navbar-overlap: 0px!important;
--tab-min-height: 24px!important;/* 27 --- adjust to suit your needs */
}
:root #tabbrowser-tabs {
--tab-min-height: 24px!important;/* 27 --- needs to be the same as 上面 under :root */
--tab-min-width: 80px!important;
}
#TabsToolbar {
height: var(--tab-min-height)!important;
margin-bottom: 1px!important;
box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px!important;
}
#tabbrowser-tabs,
#tabbrowser-tabs &gt;. tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] &gt;. tabbrowser-tab[pinned] {
min-height: var(--tab-min-height)!important;
max-height: var(--tab-min-height)!important;
}
/* drag space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
width: 40px;
}
/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] &gt; #titlebar &gt; #TabsToolbar {
padding-bottom: unset!important;
}
#navigator-toolbox[movingtab] #tabbrowser-tabs {
padding-bottom: unset!important;
margin-bottom: unset!important;
}
#navigator-toolbox[movingtab] &gt; #nav-bar {
margin-top: unset!important;
}
}
#titlebar {/* Menu + Tab Bar */
-moz-box-ordinal-group: 3!important;
}


smarts
 楼主| 发表于 2019-5-19 11:16:59 | 显示全部楼层
发错地方,已重发,此贴作废
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-12-23 01:48 , Processed in 0.127064 second(s), 19 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表