最下部へ移動する
#main-window:not([inFullscreen]) #browser-bottombox {
margin-bottom: var(--tab-min-height) !important;
}
#tabbrowser-tabs {
width: 100vw !important;
}
.titlebar-spacer {
width: 0 !important;
}
.toolbar-items {
display: unset !important;
position: fixed !important;
bottom: 0 !important;
height: var(--tab-min-height) !important;
padding: 0 !important;
z-index: 1000000000 !important;
}
/*フルスクリーン時は隠しておく*/
#main-window[inFullscreen] .toolbar-items {
background-color: var(--lwt-accent-color-inactive, var(--lwt-accent-color));
}
#main-window[inFullscreen] .toolbar-items:not(:hover) {
height: 1px !important;
opacity: 0 !important;
}
更新履歴
- 2020-08-14
- 背景色
- 2020-08-07
- 公開