hipp0
1
Braveブラウザでの100%ズーム
/* --- 7. EMBEDS & MEDIA --- */
.twitterstatus {
max-width: 345px !important;
width: auto !important;
}
.video-placeholder-container,
.video-placeholder-wrapper,
.lazy-video-wrapper {
max-width: 690px !important;
width: auto !important;
}
.allowlistedgeneric {
max-width: 690px !important;
width: auto !important;
padding: 10px !important;
margin: 0 3px 3px 3px !important;
}
hipp0
2
Discourseでは、これは比較して100%です
Firefoxで100%
hipp0
3
Geminiで解決できたようです。
*もしこれがやりすぎであれば教えてください。
/* YouTube/video player fix */
.video-placeholder-container,
.video-placeholder-wrapper,
.lazy-video-wrapper {
/* これがシールドです: プレーヤーUIを690pxに固定します */
max-width: 690px !important;
width: 100% !important;
}
.lazy-video-wrapper iframe,
.lazy-video-wrapper video {
/* これがシールドを埋めます */
width: 100% !important;
max-width: 100% !important;
height: auto !important;
aspect-ratio: 16 / 9 !important;
margin: 0 !important;
}
/* アップロードされたビデオプレーヤーコンテナを具体的にターゲット設定 */
.video-container {
max-width: 690px !important;
text-align: left !important;
}
Braveブラウザで100%: