>>14
よくわからんけどシアターモードと同じでいいのか?
角も四角になる

/* 動画コントローラーを動画下に表示する */
:root {
--controller-height: 51px;
}
ytd-watch-flexy[theater] #full-bleed-container {
margin-bottom: var(--controller-height) !important;
}
ytd-watch-flexy:not([theater]) #player-container-outer {
margin-bottom: calc(var(--controller-height) + 10px) !important;
}
#ytd-player, .html5-video-player {
overflow: visible !important;
}
html:not([data-cast-api-enabled]) #movie_player > .ytp-chrome-bottom {
margin-bottom: calc(var(--controller-height) * -1) !important;
}
#player-container:not(.ytd-video-preview)::after {
content: '';
position: absolute;
width: 100%;
height: var(--controller-height);
background: #000;
}

/* ツールチップサムネイルの表示を下げる */
html:not([data-cast-api-enabled]) .ytp-tooltip {
margin-top: var(--controller-height) !important;
}