[過去ログ] userChrome.css・userContent.cssスレ Part12 (631レス)
前次1-
抽出解除 必死チェッカー(本家) (べ) 自ID レス栞 あぼーん

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
179
(2): 名無しさん@お腹いっぱい。 (ワッチョイ ffe8-9FEU) [sage] 2022/11/19(土)14:24 ID:yiSWuB3X0(1/2)
/* サイドバーを自動開閉するようにする (107対応)*/
:root {
--thin-tab-width: 20px;
--wide-tab-width: 220px;
}
#sidebar-box {
position: relative !important;
overflow-x: hidden !important;
min-width: var(--thin-tab-width) !important;
max-width: var(--thin-tab-width) !important;
box-shadow: 0 0 2px 0 rgba(0,0,0,.35);
z-index: 1 !important;
transition: all .1s ease;
}
#sidebar-box:hover {
min-width: var(--wide-tab-width) !important;
max-width: var(--wide-tab-width) !important;
box-shadow: 0 0 5px 0 rgba(0,0,0,.35);
margin-right: calc((var(--wide-tab-width) - var(--thin-tab-width)) * -1) !important;
}
#sidebar-box>#sidebar {
opacity: 0 !important;
}
#sidebar-box:hover>#sidebar {
opacity: 1 !important;
}
#sidebar-splitter {
}
/* サイドバーのヘッダーを非表示にする */
#sidebar-header {
display: none !important;
}
183: 名無しさん@お腹いっぱい。 (ワッチョイ ffe8-9FEU) [sage] 2022/11/19(土)17:04 ID:yiSWuB3X0(2/2)
>>179

>>178
のでも良いんだけどカスタマイズしやすい方が良いかなと

:root {
--thin-tab-width: 20px;
--wide-tab-width: 220px;

ここで幅を好みに変えてね
--thin-tab-width: 20px;
カーソルを合わせる左側の所の幅(20で太いと思ったら15とか数字を小さくする)

--wide-tab-width: 220px;
サイドバーの幅(取り敢えずタブと同じぐらいにしてあるので幅は好みに)
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.041s