- 626 名前:名無しさん@お腹いっぱい。 (ワッチョイ 1f5e-gzdM) mailto:sage [2023/11/11(土) 06:02:19.50 ID:DRpcqQZc0.net]
- >>607
:root { --controller-height: 51px; } #full-bleed-container { margin-bottom: var(--controller-height) !important; } ytd-watch-flexy[theater] { z-index: 0 !important; } ytd-watch-flexy[theater] .html5-video-player { overflow: visible !important; } ytd-watch-flexy[theater] .ytp-chrome-bottom { margin-bottom: calc(var(--controller-height) * -1) !important; } ytd-watch-flexy[theater] #player-container::after { content: ''; position: absolute; width: 100%; height: var(--controller-height); margin-bottom: calc(var(--controller-height) * -1); background: #000; z-index: -1; } --controller-heightでコントローラー位置を調節できる
|

|