Compare commits
5 Commits
b32544f938
...
ee749cf1bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
ee749cf1bb
|
|||
|
6bc40e11c1
|
|||
|
4e853f04f3
|
|||
|
fb01dd8e3f
|
|||
|
61aabd8ef1
|
@@ -593,6 +593,15 @@ fieldset > table td input[type="radio"] {
|
|||||||
width: initial;
|
width: initial;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
#youtube {
|
||||||
|
--video-ratio: calc(390 / 640);
|
||||||
|
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 {
|
#search form {
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user