new website design #266

Merged
rho_n merged 86 commits from newsite into main 2025-10-18 03:31:35 +00:00
Showing only changes of commit ee749cf1bb - Show all commits

View File

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