阅读:1359回复:0
大家看看这个侧边栏怎么改
事情是这样的。下面这个css是在左侧弹出。但是很多扩展也要占用左侧。结果安装某些扩展后,导致这个css不能弹出。可扩展本身又没有选择右侧弹出的选项。能不能改一下这个css。让他右侧弹出。
//自动隐藏侧边栏 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #sidebar-splitter{display:none !Important;} #sidebar-box{position:fixed !important; width:200.01px !important; top:75px; bottom:0px; left: -207px !important; -moz-appearance: none !important; -moz-transition: left .001s .2s ease-in; padding-right:1px !Important;} #sidebar-box:hover { left:0px !important; -moz-transition: left .001s .3s ease-out;} #sidebar-header{display: none !important;} #sidebar{height:100%; width:100%!important;border-right:2px inset -moz-use-text-color !important;} |
|