[I-283] Clarify the jump location #285

Merged
rho_n merged 3 commits from i283_Clarify-the-jump-location into main 2025-10-18 15:43:02 +00:00
Showing only changes of commit af2da91d7c - Show all commits

View File

@@ -608,8 +608,8 @@ fieldset > table td input[type="radio"] {
}
#youtube {
--video-ratio: calc(390 / 640);
width: min(calc(95vw + 0px), 640px);
height: min(calc(calc(95vw + 0px) * var(--video-ratio)), 320px);
width: min(calc(89vw + 0px), 640px);
height: min(calc(calc(89vw + 0px) * var(--video-ratio)), 390px);
}
#upload_method pre {
max-width: 80vw;