Overflow pre tag content when larger than viewport width

This commit is contained in:
2025-10-12 23:59:33 -04:00
parent 6bc40e11c1
commit ee749cf1bb

View File

@@ -598,6 +598,10 @@ fieldset > table td input[type="radio"] {
width: min(calc(95vw + 0px), 640px); width: min(calc(95vw + 0px), 640px);
height: min(calc(calc(95vw + 0px) * var(--video-ratio)), 320px); height: min(calc(calc(95vw + 0px) * var(--video-ratio)), 320px);
} }
#upload_method pre {
max-width: 80vw;
overflow-x: scroll;
}
#search form { #search form {
flex: 1 1 100%; flex: 1 1 100%;
} }